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