From bd6b664fe7bbf9f73c313377f6b8d44cb4c8b526 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Tue, 23 Aug 2022 15:21:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=AE=A1=E7=90=86-=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=88=86=E7=B1=BB=E5=8D=95=E9=80=89=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/archivesManage/archivesList/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/archivesManage/archivesList/index.vue b/src/views/archivesManage/archivesList/index.vue index e2880eb..157469c 100644 --- a/src/views/archivesManage/archivesList/index.vue +++ b/src/views/archivesManage/archivesList/index.vue @@ -351,15 +351,15 @@ export default { const selectedKey = this.$refs.smartTree.getCurrentNode() const selectedParentVal = this.$refs.smartTree.getNode(selectedKey).parent.data.dicCode this.treeCurrentNode = ele.$el + this.smartQuery = { + 'archiveYear': null, + 'department': null, + 'retention': null, + 'securityClass': null, + 'organizationMatter': null + } if (ele.$el.classList.contains('is-current')) { this.treeCurrentNode.classList.remove('is-current') - this.smartQuery = { - 'archiveYear': null, - 'department': null, - 'retention': null, - 'securityClass': null, - 'organizationMatter': null - } } else { this.treeCurrentNode.classList.add('is-current') switch (selectedParentVal) {