From a222ae6bca8f5345957e20c4ad968b01f6464b54 Mon Sep 17 00:00:00 2001 From: zoulingli <741662018@qq.com> Date: Tue, 7 Feb 2023 10:46:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=BA=94=E7=94=A8=E6=8B=89?= =?UTF-8?q?=E5=8F=96=E3=80=81=E6=8E=A8=E9=80=81=E4=B9=8B=E5=90=8E=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E8=A1=A8=E6=A0=BC=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/appPromotion/AppList.vue | 1 + src/pages/appPromotion/AppPull.vue | 2 +- src/pages/appPromotion/AppPullResultDlg.vue | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/appPromotion/AppList.vue b/src/pages/appPromotion/AppList.vue index bcda027..c11aa64 100644 --- a/src/pages/appPromotion/AppList.vue +++ b/src/pages/appPromotion/AppList.vue @@ -404,6 +404,7 @@ export default { }, refreshPromData (value) { if (value) { + this.$refs.multipleTable.clearSelection() this.getTableData() this.nameQuery = '' } diff --git a/src/pages/appPromotion/AppPull.vue b/src/pages/appPromotion/AppPull.vue index e6c537a..dd7ea9d 100644 --- a/src/pages/appPromotion/AppPull.vue +++ b/src/pages/appPromotion/AppPull.vue @@ -175,7 +175,7 @@ export default { }, refreshAppList (value) { if (value) { - this.$refs.appStoreDetail.getTableData() + this.$router.go(0) } } }, diff --git a/src/pages/appPromotion/AppPullResultDlg.vue b/src/pages/appPromotion/AppPullResultDlg.vue index 7453159..27ccb56 100644 --- a/src/pages/appPromotion/AppPullResultDlg.vue +++ b/src/pages/appPromotion/AppPullResultDlg.vue @@ -113,12 +113,12 @@ export default { handleClose () { this.$emit('input', false) this.dialogVisible = false - this.$emit('refreshAppList') + this.$emit('refreshAppList', true) }, handleCloseDirect () { this.dialogVisible = false this.$emit('input', false) - this.$emit('refreshAppList') + this.$emit('refreshAppList', true) }, handleExecute () { this.appPullResultData = [] -- Gitee