From 56646530a58be2edd0f617e9d1678e1209f1e104 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Mon, 29 Aug 2022 13:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=BB=BC=E5=90=88=E7=AE=A1?= =?UTF-8?q?=E7=90=863?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/archivesManage/archivesList/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/archivesManage/archivesList/index.vue b/src/views/archivesManage/archivesList/index.vue index 9bf0c1f..cfdc4b4 100644 --- a/src/views/archivesManage/archivesList/index.vue +++ b/src/views/archivesManage/archivesList/index.vue @@ -289,14 +289,14 @@ export default { if ((selectData && selectData.length > 1) || (selectData && selectData.length === 0)) { this.isProject = true this.isAnjuan = true - this.$refs.anjuan.selections = [] - this.$refs.file.selections = [] this.projectSelection = {} this.$nextTick(() => { if (this.$refs.anjuan) { + this.$refs.anjuan.selections = [] this.$refs.anjuan.$refs.table.clearSelection() this.clearAnjuan() if (this.$refs.file) { + this.$refs.file.selections = [] this.$refs.file.$refs.table.clearSelection() this.clearFile() } @@ -340,10 +340,11 @@ export default { } if ((selectData && selectData.length > 1) || (selectData && selectData.length === 0)) { this.isAnjuan = true - this.$refs.file.selections = [] + this.anjuanSelection = {} this.$nextTick(() => { if (this.$refs.file) { + this.$refs.file.selections = [] this.$refs.file.$refs.table.clearSelection() this.clearFile() }