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