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