fix: 🐛 修改商家端楼层装修bug
parent
286295393d
commit
5136f8b3dd
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue