diff --git a/src/views/modules/shop/smallShopTags/shopproductTable.vue b/src/views/modules/shop/smallShopTags/shopproductTable.vue index a2ff511..c291d6d 100644 --- a/src/views/modules/shop/smallShopTags/shopproductTable.vue +++ b/src/views/modules/shop/smallShopTags/shopproductTable.vue @@ -143,12 +143,13 @@ export default { this.getDataList(); }, submit() { - var ids = this.multipleSelection.map((e) => e.productId).toString(","); - this.$emit("submit", ids); - console.log( - "🚀 ~ submit ~ this.multipleSelection:", - this.multipleSelection - ); + // var ids = this.multipleSelection.map((e) => e.productId).toString(","); + // this.$emit("submit", ids); + // console.log( + // "🚀 ~ submit ~ this.multipleSelection:", + // this.multipleSelection + // ); + // this.drawer = false; }, // 获取商品类型 diff --git a/src/views/modules/shop/smallstore.vue b/src/views/modules/shop/smallstore.vue index 4c1fce4..48d8c25 100644 --- a/src/views/modules/shop/smallstore.vue +++ b/src/views/modules/shop/smallstore.vue @@ -483,7 +483,7 @@ export default { this.$nextTick(() => { this.$refs.commonShop.clear(); // this.$refs.commonShop.bookMarketId = null; - this.$refs.commonShop.getDataList(type == "edit" ? form.id : ""); + // this.$refs.commonShop.getDataList(type == "edit" ? form.id : ""); }); }, addOrUpdateHandle() {