From 589275b231be79121c58ddbc6d761f91b5919032 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Wed, 10 May 2023 16:51:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=A3=E8=80=85=E9=A2=84=E7=BA=A6=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=9A=84=E6=9C=AA=E9=A2=84=E7=BA=A6=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=8D=E5=8F=82=E4=B8=8E=E6=97=B6=E9=97=B4=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ++-- .../modules/nurseManagement/reservation/subList/index.vue | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 6f52be6..f449c2f 100644 --- a/public/index.html +++ b/public/index.html @@ -39,8 +39,8 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% } %> diff --git a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue index d968a1c..56ea5e3 100644 --- a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue +++ b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue @@ -198,6 +198,9 @@ export default { handleType(value, index) { this.curIndex = index this.dataForm.appointStatus = value + if (index === 1) { + this.dataForm.searchType = '' + } this.getDataListInitial() }, // 获取全部项目