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

This commit is contained in:
Yer
2023-12-22 14:31:39 +08:00
parent 286295393d
commit 5136f8b3dd

View File

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