src/views/AuthorizationManagement/roleResAuthorization.vue
@@ -103,7 +103,9 @@ align-items: center; " > <span> {{ $t('operatManage.UserRoleAuthorizationObj.ResTable') }}</span> <span> {{ $t('operatManage.UserRoleAuthorizationObj.userTable') }}</span > <div class="btn" style="margin-left: auto"> <el-button type="primary" @@ -411,6 +413,7 @@ if (data.code !== 200) { return this.$message.error('新增资源列表请求错误'); } debugger; this.gridData = data.result; this.addcount = data.count; },