商品列表的颜色赋值优化
This commit is contained in:
@@ -645,6 +645,7 @@
|
|||||||
this.skuSwitch = checked
|
this.skuSwitch = checked
|
||||||
if(checked) {
|
if(checked) {
|
||||||
this.meTable.columns[2].type = FormTypes.input
|
this.meTable.columns[2].type = FormTypes.input
|
||||||
|
this.form.setFieldsValue({'color':''})
|
||||||
} else {
|
} else {
|
||||||
this.meTable.columns[2].type = FormTypes.hidden
|
this.meTable.columns[2].type = FormTypes.hidden
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user