商品列表的颜色赋值优化

This commit is contained in:
季圣华
2021-08-11 00:54:29 +08:00
parent 33216e297d
commit 7226cdf2fb

View File

@@ -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
} }