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; },