diff --git a/src/views/archivesManage/archivesList/index.vue b/src/views/archivesManage/archivesList/index.vue index 23fe822..5b0d7e3 100644 --- a/src/views/archivesManage/archivesList/index.vue +++ b/src/views/archivesManage/archivesList/index.vue @@ -460,8 +460,8 @@ export default { if (this.$refs.file) { if (localStorage.getItem('noClick')) { this.$refs.file.$refs.table.clearSelection() + this.clearFile() } - this.clearFile() } this.$refs.project.getTableDisplayFields(0) if (this.selectedCategory.children.length !== 0) { @@ -486,6 +486,9 @@ export default { if (this.$refs.anjuan.$refs.table.selection.length !== 0) { this.$refs.anjuan.selections = this.$refs.anjuan.$refs.table.selection this.$refs.file.getTableList() + if (this.$refs.file.$refs.table.selection.length !== 0) { + this.$refs.file.selections = this.$refs.file.$refs.table.selection + } this.isAnjuan = false } else { this.$refs.anjuan.anjuanData = [] @@ -509,8 +512,8 @@ export default { if (this.$refs.file) { if (localStorage.getItem('noClick')) { this.$refs.file.$refs.table.clearSelection() + this.clearFile() } - this.clearFile() } this.$refs.anjuan.getTableDisplayFields(1) if (this.selectedCategory.children.length !== 0) { diff --git a/src/views/home.vue b/src/views/home.vue index 8cdc1ee..220220d 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -64,7 +64,7 @@