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/tokentool.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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((_) => { });
     },

--
Gitblit v1.9.3