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