接口
This commit is contained in:
parent
e8108faacb
commit
bee0979023
@ -739,6 +739,11 @@ export default {
|
||||
this.getinfo();
|
||||
}
|
||||
},
|
||||
gethaveinfo(id) {
|
||||
getDepartmentList({ hospitalAgencyId: id }).then((res) => {
|
||||
this.optionsparentDepartment = res.data;
|
||||
});
|
||||
},
|
||||
/** 查询标准科室对照信息列表 */
|
||||
infocompare() {
|
||||
this.loading = true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user