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

master
lemon橪 2021-11-09 15:38:45 +08:00
parent c64f00fe9e
commit ffc5af6d39
1 changed files with 1 additions and 8 deletions

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() {