fix: 🐛 修改商家端楼层装修bug

master
Yer 2023-12-22 14:31:39 +08:00
parent 286295393d
commit 5136f8b3dd
1 changed files with 9 additions and 9 deletions

View File

@ -100,10 +100,10 @@ export default {
},
handleSelectGoods(item) { //
if(item) this.selected = item;
this.$refs.liliDialog.open('goods', 'single')
setTimeout(() => {
this.$refs.liliDialog.goodsData = [this.selected]
}, 500);
this.$refs.liliDialog.flag = true;
this.$refs.liliDialog.goodsFlag = true;
this.$refs.liliDialog.singleGoods();
},
//
selectedGoodsData(val){