From 45d818615ce1e35240efe9329ab7caafe558cb31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 1 Mar 2024 17:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/patientInfo/index.vue | 6 ++++++ src/views/manage/signRecord/index.vue | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/src/views/manage/patientInfo/index.vue b/src/views/manage/patientInfo/index.vue index a32b045..41f0a2f 100644 --- a/src/views/manage/patientInfo/index.vue +++ b/src/views/manage/patientInfo/index.vue @@ -290,6 +290,9 @@ export default { } selectAgencyList(query).then(res => { this.campusAgencylist = res.data + this.queryParams.campusAgencyId = null + this.queryParams.departmentId = null + this.queryParams.wardId = null }) }, //选中院区获取科室 @@ -300,6 +303,8 @@ export default { } getDepartmentList(query).then(res => { this.departmentlist = res.data + this.queryParams.departmentId = null + this.queryParams.wardId = null }) }, //选中科室获取病区 @@ -310,6 +315,7 @@ export default { } getDepartmentList(query).then(res => { this.wardlist = res.data + this.queryParams.wardId = null }) }, //清空医院 diff --git a/src/views/manage/signRecord/index.vue b/src/views/manage/signRecord/index.vue index 7db129d..568e8cf 100644 --- a/src/views/manage/signRecord/index.vue +++ b/src/views/manage/signRecord/index.vue @@ -443,6 +443,9 @@ export default { } selectAgencyList(query).then(res => { this.campusAgencylist = res.data + this.queryParams.campusAgencyId = null + this.queryParams.departmentId = null + this.queryParams.wardId = null }) }, //选中院区获取科室 @@ -453,6 +456,8 @@ export default { } getDepartmentList(query).then(res => { this.departmentlist = res.data + this.queryParams.departmentId = null + this.queryParams.wardId = null }) }, //选中科室获取病区 @@ -463,6 +468,7 @@ export default { } getDepartmentList(query).then(res => { this.wardlist = res.data + this.queryParams.wardId = null }) }, //清空医院 @@ -471,6 +477,12 @@ export default { this.queryParams.departmentId = null this.queryParams.wardId = null }, + //清空医院 + clearhospitalAgency() { + this.queryParams.campusAgencyId = null + this.queryParams.departmentId = null + this.queryParams.wardId = null + }, //清空院区 clearcampusAgency() { this.queryParams.departmentId = null