From 176f84d04d898cfb0be70a3337d00615f6d47524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 23 Apr 2024 15:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=91=E5=AE=A4=E7=97=85?= =?UTF-8?q?=E7=A7=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/agency/index.vue | 2 +- src/views/system/departmentDisease/index.vue | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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(() => {});