From 58f03e6aae510187316cb5e5c947a4cc20ef313f Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Tue, 28 May 2024 09:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shop/smallShopTags/shopproductTable.vue | 13 +++++++------ src/views/modules/shop/smallstore.vue | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) 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() {