修改商品中参数可能出现的bug

This commit is contained in:
lemon橪 2021-11-09 15:38:45 +08:00
parent c64f00fe9e
commit ffc5af6d39

View File

@ -219,14 +219,7 @@ export default {
return val === 1 ? "输入项" : "选择项";
},
},
watch: {
"paramForm.options": {
handler(val) {
this.ops.options = this.paramForm.options;
},
deep: true,
},
},
methods: {
//
init() {