From 5be27fd368596d5a0823c40407acf5f8f37a944b Mon Sep 17 00:00:00 2001
From: liupengpeng <276665548@qq.com>
Date: 星期五, 03 三月 2023 18:17:22 +0800
Subject: [PATCH] Signed-off-by: liupengpeng <276665548@qq.com>

---
 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