This commit is contained in:
shidongli 2024-12-03 09:25:33 +08:00
parent e8108faacb
commit bee0979023

View File

@ -739,6 +739,11 @@ export default {
this.getinfo();
}
},
gethaveinfo(id) {
getDepartmentList({ hospitalAgencyId: id }).then((res) => {
this.optionsparentDepartment = res.data;
});
},
/** 查询标准科室对照信息列表 */
infocompare() {
this.loading = true;