Merge branch 'master' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend

This commit is contained in:
姜棚 2022-01-05 11:35:41 +08:00
commit 364d2d6c30
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ export default class adduserinfo extends React.Component{
<Form model={this.state.model} rules={rules} ref="form1"> <Form model={this.state.model} rules={rules} ref="form1">
<FormItem labelname="映射商品" prop="product" id="product"> <FormItem labelname="映射商品" prop="product" id="product">
<Select options={this.state.productOption} width={500} placeholder="请选择商品" value={this.state.cur_product} onChange={(e)=>{ <Select options={this.state.productOption} width={500} disabled={true} placeholder="请选择商品" value={this.state.cur_product} onChange={(e)=>{
this.onProductChange(e) this.onProductChange(e)
Bus.emit('change',"product" ,e); Bus.emit('change',"product" ,e);
}} }}