From ac459ef65bce9342d46065521a851ab95e2ef67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 13 Mar 2023 16:18:30 +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/system/hospitalPerson/index.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue index 74fe3fa..f4cf37d 100644 --- a/src/views/system/hospitalPerson/index.vue +++ b/src/views/system/hospitalPerson/index.vue @@ -1203,8 +1203,8 @@ export default { }, /** 重置按钮操作 */ resetQuery() { - this.form.departmentId = ""; - this.form.hospitalId = ""; + this.departmentId=""; + this.hospitalId = ""; this.departmentqueryParams = { pageNum: 1, pageSize: 10, @@ -1250,8 +1250,6 @@ export default { this.departmentId = response.data.departmentId; this.hospitalId = response.data.hospitalId; this.imgone = this.form.certificateUrl; - - this.addopen = true; this.title = "修改科室人员信息"; });