lihang
2023-07-05 c2ee2b74bd587fdad8e9e276beb3c792f56f5b6c
Source/UBCS-WEB/src/views/system/user.vue
@@ -967,7 +967,7 @@
      if (this.selectionList.length === 1) {
        this.roleTreeObj = this.selectionList[0].roleId.split(",");
      }
      getRoleTree().then(res => {
      getRoleTree(this.selectionList[0].tenantId).then(res => {
        this.roleGrantList = res.data.data;
        this.roleBox = true;