管道基础大数据平台系统开发-【前端】-新系統界面
liupengpeng
2023-03-03 5be27fd368596d5a0823c40407acf5f8f37a944b
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((_) => { });
    },