完善商品编辑页面,去掉多颜色的判断

This commit is contained in:
季圣华 2022-08-29 22:46:45 +08:00
parent d6ea52e367
commit 52bd683c7b

View File

@ -792,9 +792,6 @@
this.meTable.dataSource = meTableData
}
})
if(this.skuOneTitle === '多颜色' || this.skuTwoTitle === '多颜色') {
this.form.setFieldsValue({ 'color': '' })
}
} else {
this.meTable.dataSource = []
}