From 32f819f16a1c2965d0b5a16d4b9794de9528e781 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 20 Apr 2023 14:37:20 +0800 Subject: [PATCH] bug --- .../components/AddStore.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue index a9260fe8..1f70a6ce 100644 --- a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue +++ b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue @@ -298,15 +298,15 @@ showList () { this.isShow = true - this.$nextTick(() => { - if (this.form.goodsList.length) { - this.form.goodsList.map(v => v.goods).forEach(v => { - if (this.tableData.filter(e => e.id === v.id).length) { - this.$refs.aiTable.toggleRowSelection(this.tableData.filter(e => e.id === v.id)[0], true) - } - }) - } - }) + // this.$nextTick(() => { + // if (this.form.goodsList.length) { + // this.form.goodsList.map(v => v.goods).forEach(v => { + // if (this.tableData.filter(e => e.id === v.id).length) { + // this.$refs.aiTable.toggleRowSelection(this.tableData.filter(e => e.id === v.id)[0], true) + // } + // }) + // } + // }) }, onConfirm () {