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/maintenance/parameterConfiguration.vue |    1 +
 src/views/maintenance/tokentool.vue              |    2 ++
 src/views/maintenance/blackwhiteList.vue         |    2 ++
 src/views/datamanage/versionManage.vue           |    4 ++++
 src/views/userManage/authorityManage.vue         |    1 +
 src/views/userManage/roleManage.vue              |    2 ++
 6 files changed, 12 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((_) => { });
     },
diff --git a/src/views/maintenance/blackwhiteList.vue b/src/views/maintenance/blackwhiteList.vue
index 94f146e..8d62b15 100644
--- a/src/views/maintenance/blackwhiteList.vue
+++ b/src/views/maintenance/blackwhiteList.vue
@@ -479,6 +479,8 @@
           this.$nextTick(() => {
             this.editForm = JSON.parse(this.initialForm);
           });
+          this.BGetList();
+          this.WGetList();
         })
         .catch((_) => { });
     },
diff --git a/src/views/maintenance/parameterConfiguration.vue b/src/views/maintenance/parameterConfiguration.vue
index b3e69d8..f940fdb 100644
--- a/src/views/maintenance/parameterConfiguration.vue
+++ b/src/views/maintenance/parameterConfiguration.vue
@@ -211,6 +211,7 @@
         .then((_) => {
           this.EditFormdialog = false;
           this.upform = {};
+          this.getRoleTabelData();
         })
         .catch((_) => { });
     },
diff --git a/src/views/maintenance/tokentool.vue b/src/views/maintenance/tokentool.vue
index 9f2a75c..96b975e 100644
--- a/src/views/maintenance/tokentool.vue
+++ b/src/views/maintenance/tokentool.vue
@@ -469,6 +469,7 @@
         .then((_) => {
           this.EditFormdialog = false;
           this.upform = {};
+          this.getRoleTabelData();
         })
         .catch((_) => { });
     },
@@ -664,6 +665,7 @@
       this.$confirm("鍏抽棴鍚庢棤娉曚繚瀛橈紝鏄惁鍏抽棴?")
         .then((_) => {
           this.EditFormdialog = false
+          this.getRoleTabelData();
         })
         .catch((_) => { });
     },
diff --git a/src/views/userManage/authorityManage.vue b/src/views/userManage/authorityManage.vue
index 17aa037..b169c0c 100644
--- a/src/views/userManage/authorityManage.vue
+++ b/src/views/userManage/authorityManage.vue
@@ -494,6 +494,7 @@
         .then((_) => {
           this.EditFormdialog = false;
           this.upform = {};
+          this.getRoleTabelData();
         })
         .catch((_) => { });
     },
diff --git a/src/views/userManage/roleManage.vue b/src/views/userManage/roleManage.vue
index 7272266..270015c 100644
--- a/src/views/userManage/roleManage.vue
+++ b/src/views/userManage/roleManage.vue
@@ -830,6 +830,7 @@
         .then((_) => {
           this.UpdateFormdialog = false;
           this.updateform = {};
+          this.getRoleTabelData();
         })
         .catch((_) => { });
     },
@@ -944,6 +945,7 @@
       this.$confirm("鍏抽棴鍚庢棤娉曚繚瀛橈紝鏄惁鍏抽棴?")
         .then((_) => {
           this.UpdateFormdialog = false
+          this.getRoleTabelData();
         })
         .catch((_) => { });
     },

--
Gitblit v1.9.3