diff --git a/src/pages/appPromotion/AppList.vue b/src/pages/appPromotion/AppList.vue index bcda0277abdc680fce694c47d3fc6475461b3939..c11aa644385ee037fcde8ee3767ac39f423bae1f 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 e6c537aab9a8f9a17b4145703efd34f748edae14..dd7ea9d61f41272e61f026024b2091dc17a0c11c 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 7453159c5708a5f51fefc73852374165b2eb676f..27ccb56a4f04571e0081dc0401984fa8d10cde63 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 = []