From 5e6c1ee6863ddc862d62a9beaa92d24716c8f1cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=93=E7=90=AA?= Date: Thu, 1 Sep 2022 09:46:03 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=20=E6=88=91=E7=9A=84=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/PersonnelManagement/MeetingMy/list.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/list.vue index b302b9974..797905d16 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MeetingMy/list.vue @@ -95,7 +95,7 @@ @@ -181,7 +181,7 @@ export default { // MeetingPlace: "", // CreateUser: "", }, - hasInternalParticipants:0, + hasInternalParticipants:1, // 数据源 dataSource: { @@ -297,6 +297,7 @@ export default { // 点击「清空查询条件」按钮 reset() { + this.hasInternalParticipants = 1 this.queryData = this.COPY(this.defaultQueryData); this.searchChange(); },