mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
修改商品中参数可能出现的bug
This commit is contained in:
@@ -219,14 +219,7 @@ export default {
|
||||
return val === 1 ? "输入项" : "选择项";
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
"paramForm.options": {
|
||||
handler(val) {
|
||||
this.ops.options = this.paramForm.options;
|
||||
},
|
||||
deep: true,
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
// 初始化数据
|
||||
init() {
|
||||
|
||||
Reference in New Issue
Block a user