From 6ba9c0b85b01da959f35ca86137c98909fb73d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=93=E7=90=AA?= Date: Mon, 29 Aug 2022 17:06:59 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=20=E5=85=AC=E6=96=87=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SYS_ReceiveMessage/list.vue | 2 +- .../Sys_ReceiveFile/list.vue | 6 ++-- .../Sys_ReceiveFile/single.vue | 26 ++++++++++++----- .../PersonnelManagement/DutySchedule/list.vue | 29 ++++++++++++++++--- 4 files changed, 47 insertions(+), 16 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SYS_ReceiveMessage/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SYS_ReceiveMessage/list.vue index 52bc3168a..d9c18c95e 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SYS_ReceiveMessage/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/SYS_ReceiveMessage/list.vue @@ -226,8 +226,8 @@ export default { // 点击「清空查询条件」按钮 reset() { - this.$refs.datefilter.changeDateRange('all') this.queryData = this.COPY(this.defaultQueryData) + this.$refs.datefilter.changeDateRange('all') // this.searchChange() }, diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Sys_ReceiveFile/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Sys_ReceiveFile/list.vue index 5aac79c2f..ab1414bcd 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Sys_ReceiveFile/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Sys_ReceiveFile/list.vue @@ -42,7 +42,7 @@ - + @@ -85,7 +85,7 @@ - + @@ -242,8 +242,8 @@ this.searchData.ReceiverId=this.GET_GLOBAL('loginUser').userId; // 点击「清空查询条件」按钮 reset() { + this.queryData = this.COPY(this.defaultQueryData) this.$refs.datefilter.changeDateRange('all') - this.queryData = this.COPY(this.defaultQueryData) // this.searchChange() }, diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Sys_ReceiveFile/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Sys_ReceiveFile/single.vue index 68f802d06..f47aebaf8 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Sys_ReceiveFile/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/Sys_ReceiveFile/single.vue @@ -1,12 +1,19 @@