From 83f4082708ee06ba4f5bf61d3f5bfe34c5d0e772 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期日, 04 二月 2024 17:16:10 +0800
Subject: [PATCH] su

---
 src/views/hosp/project/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue
index ee00063..5ff6c21 100644
--- a/src/views/hosp/project/index.vue
+++ b/src/views/hosp/project/index.vue
@@ -1600,6 +1600,7 @@
               updateProject(this.form).then((response) => {
                 this.$modal.msgSuccess("淇敼鎴愬姛");
                 this.cancel();
+                this.getList();
               });
             } else {
               if (this.form.proParentId === 0) {
@@ -1662,6 +1663,7 @@
               updateProject(this.form).then((response) => {
                 this.$modal.msgSuccess("淇敼鎴愬姛");
                 this.cancel();
+                this.getList();
               });
             } else {
               if (this.form.proParentId === 0) {

--
Gitblit v1.8.0