修改科室病种
This commit is contained in:
parent
031a866a88
commit
176f84d04d
@ -122,7 +122,7 @@
|
||||
|
||||
{{ agencyList.nodeType == "DEPARIMENT" ? "科室" : "" }}
|
||||
{{ agencyList.nodeType == "PHARNAGY" ? "药店" : "" }} -->
|
||||
{{ agencyList.nodeType == "CANPUS" ? "院区" : "" }}
|
||||
{{ agencyList.nodeType == "CAMPUS" ? "院区" : "" }}
|
||||
{{
|
||||
agencyList.nodeType == "HOSPITAL" ? "医院" : ""
|
||||
}}</el-descriptions-item
|
||||
|
||||
@ -725,12 +725,15 @@ export default {
|
||||
this.$modal.msgSuccess("修改成功");
|
||||
this.open = false;
|
||||
this.getList();
|
||||
this.infolists()
|
||||
});
|
||||
} else {
|
||||
addDepartmentDisease(this.form).then((response) => {
|
||||
this.$modal.msgSuccess("新增成功");
|
||||
this.open = false;
|
||||
this.getList();
|
||||
this.infolists()
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
@ -746,6 +749,8 @@ export default {
|
||||
})
|
||||
.then(() => {
|
||||
this.getList();
|
||||
this.infolists()
|
||||
|
||||
this.$modal.msgSuccess("删除成功");
|
||||
})
|
||||
.catch(() => {});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user