From c0b1c54bb2f20eebfb93a8c7e6a593bc59185ef5 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 15:45:27 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue index fc47671..74fe3fa 100644 --- a/src/views/system/hospitalPerson/index.vue +++ b/src/views/system/hospitalPerson/index.vue @@ -1099,7 +1099,7 @@ export default { }, // 搜索 departmentList() { - // this.departmentqueryParams.hospitalId = this.hospitalId; + this.departmentqueryParams.hospitalId = this.hospitalId; listHospitalDepartment(this.departmentqueryParams).then((response) => { this.hospitalDepartmentList = response.rows; this.total3 = response.total;