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 1/2] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=88=86=E7=B1=BB=E5=8D=95=E9=80=89=E6=93=8D?= =?UTF-8?q?=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) { From 1af0d044c6cf757e19f65320472becf38dc24092 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Tue, 23 Aug 2022 16:13:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=80=9F=E9=98=85=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E7=9B=B8=E5=85=B3=E5=AD=97=E6=AE=B5=E9=95=BF?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lendManage/components/archiveDetail.vue | 12 ++++++------ .../lendManage/components/lendArchivesList.vue | 12 ++++++------ .../archivesManage/lendManage/lendQuery/index.vue | 8 ++++---- .../lendManage/returnArchives/index.vue | 8 ++++---- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/archivesManage/lendManage/components/archiveDetail.vue b/src/views/archivesManage/lendManage/components/archiveDetail.vue index d7e6603..7918d32 100644 --- a/src/views/archivesManage/lendManage/components/archiveDetail.vue +++ b/src/views/archivesManage/lendManage/components/archiveDetail.vue @@ -16,13 +16,13 @@

借阅状态:{{ otherInfo.borrow_type | borrowStatus }}

操作时间:{{ otherInfo.create_time | parseTime }}

- + - - - - - + + + + +