Commit ab88801a by lixiaomin

修改商品上架的默认勾选

parent 460cbbf0
...@@ -26,13 +26,14 @@ export default { ...@@ -26,13 +26,14 @@ export default {
id: '', id: '',
dialogVisible: false, dialogVisible: false,
dialogVisible2: false, dialogVisible2: false,
allPut: false allPut: true
} }
}, },
methods: { methods: {
putShopModal(id) { putShopModal(id) {
this.id = id this.id = id
this.dialogVisible = true this.dialogVisible = true
this.allPut=true
}, },
offShopModal(id) { offShopModal(id) {
this.id = id this.id = id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment