From 2813ea20120a1ce6f5ab6625783140d9c2cdc578 Mon Sep 17 00:00:00 2001
From: lxl <lixuliang_hd@126.com>
Date: 星期三, 19 十月 2022 14:41:24 +0800
Subject: [PATCH] 控制

---
 src/views/datamanage/catalogueManage.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/datamanage/catalogueManage.vue b/src/views/datamanage/catalogueManage.vue
index 628a6bf..8c04871 100644
--- a/src/views/datamanage/catalogueManage.vue
+++ b/src/views/datamanage/catalogueManage.vue
@@ -373,7 +373,7 @@
       updateDirTrees(this.newData)
         .then((res) => {
           if (res.code == 200) {
-            alert("璋冩暣瀹屾垚銆傝鍙婃椂鍒锋柊椤甸潰锛�");
+            this.getDirTree();
             return;
           } else {
             alert("璋冩暣澶辫触锛岃閲嶈瘯锛�");
@@ -398,7 +398,7 @@
                 setTimeout(() => {
                   this.fullscreenLoading = false;
                   if (res.code == 200) {
-                    alert("淇敼瀹屾垚锛岃鍙婃椂鍒锋柊椤甸潰锛�");
+                    this.getDirTree();
                     this.itemdetail = {};
                     this.dialogFormVisible = false;
                   }

--
Gitblit v1.9.3