From b6c8e7c61f0270598ba7fdbc44f79512e010d0fe Mon Sep 17 00:00:00 2001
From: TreeWish <1131093754@qq.com>
Date: 星期五, 03 三月 2023 22:03:13 +0800
Subject: [PATCH] 合并国际化配置

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

diff --git a/src/views/datamanage/versionManage.vue b/src/views/datamanage/versionManage.vue
index 43224b1..4efbbaf 100644
--- a/src/views/datamanage/versionManage.vue
+++ b/src/views/datamanage/versionManage.vue
@@ -687,6 +687,7 @@
         .then((_) => {
           this.dialogFormVisible = false
           this.upform = {};
+          this.getRoleTabelData();
         })
         .catch((_) => { });
       // this.dialogFormVisible = false;
@@ -721,6 +722,7 @@
         .then((_) => {
           this.InsertFormdialog = false
           this.insertform = {};
+          this.getRoleTabelData();
         })
         .catch((_) => { });
       // this.InsertFormdialog = false;
@@ -796,6 +798,7 @@
       this.$confirm("鍏抽棴鍚庢棤娉曚繚瀛橈紝鏄惁鍏抽棴?")
         .then((_) => {
           this.dialogFormVisible = false
+          this.getRoleTabelData();
         })
         .catch((_) => { });
     },
@@ -803,6 +806,7 @@
       this.$confirm("鍏抽棴鍚庢棤娉曚繚瀛橈紝鏄惁鍏抽棴?")
         .then((_) => {
           this.InsertFormdialog = false
+          this.getRoleTabelData();
         })
         .catch((_) => { });
     },

--
Gitblit v1.9.3