Merge branch 'master' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend
This commit is contained in:
commit
364d2d6c30
|
@ -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);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue