Commit ab88801a by lixiaomin

修改商品上架的默认勾选

parent 460cbbf0
......@@ -26,13 +26,14 @@ export default {
id: '',
dialogVisible: false,
dialogVisible2: false,
allPut: false
allPut: true
}
},
methods: {
putShopModal(id) {
this.id = id
this.dialogVisible = true
this.allPut=true
},
offShopModal(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