解决商品分类控件-添加一个品种后重复添加问题

master
lemon橪 2022-05-31 11:17:05 +08:00
parent 160658cfb6
commit 58eeed4bbd
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@ export default {
}; };
}, },
methods: { methods: {
clearGoodsSelected(){
this.goodsData = []
},
// //
clickClose() { clickClose() {
this.$emit("closeFlag", false); this.$emit("closeFlag", false);

View File

@ -455,6 +455,7 @@ export default {
}, },
// //
liliDialogFlag(flag) { liliDialogFlag(flag) {
this.$refs.liliDialog.clearGoodsSelected()
this.$refs.liliDialog.goodsFlag = flag; this.$refs.liliDialog.goodsFlag = flag;
this.$refs.liliDialog.flag = true; this.$refs.liliDialog.flag = true;
}, },