diff --git a/src/views/system/agency/index.vue b/src/views/system/agency/index.vue index 7b87c07..ed14de9 100644 --- a/src/views/system/agency/index.vue +++ b/src/views/system/agency/index.vue @@ -122,7 +122,7 @@ {{ agencyList.nodeType == "DEPARIMENT" ? "科室" : "" }} {{ agencyList.nodeType == "PHARNAGY" ? "药店" : "" }} --> - {{ agencyList.nodeType == "CANPUS" ? "院区" : "" }} + {{ agencyList.nodeType == "CAMPUS" ? "院区" : "" }} {{ agencyList.nodeType == "HOSPITAL" ? "医院" : "" }} { 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(() => {});