From bee09790230922c78bd9c9121c22d8780f352d41 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 3 Dec 2024 09:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/SearchForm.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/components/SearchForm.vue b/src/views/components/SearchForm.vue index dd534a4..ff89bb4 100644 --- a/src/views/components/SearchForm.vue +++ b/src/views/components/SearchForm.vue @@ -739,6 +739,11 @@ export default { this.getinfo(); } }, + gethaveinfo(id) { + getDepartmentList({ hospitalAgencyId: id }).then((res) => { + this.optionsparentDepartment = res.data; + }); + }, /** 查询标准科室对照信息列表 */ infocompare() { this.loading = true;