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;