Surpriseplus
2022-10-17 a1d1a7e006081b716774be1688bba6ebbdde2fbb
src/views/AuthorizationManagement/roleResAuthorization.vue
@@ -4,7 +4,7 @@
      <My-bread
        :list="[
          `${$t('operatManage.operatManage')}`,
          `${$t('operatManage.UserRoleAuthorization')}`,
          `${$t('operatManage.RoleResAuthorization')}`,
        ]"
      ></My-bread>
@@ -413,6 +413,7 @@
      if (data.code !== 200) {
        return this.$message.error('新增资源列表请求错误');
      }
      debugger;
      this.gridData = data.result;
      this.addcount = data.count;
    },