src/api/system/role.js
@@ -18,7 +18,7 @@ }) } export const grant = (roleIds, menuIds, dataScopeIds, apiScopeIds) => { export const grant = (roleIds, menuIds, dataScopeIds, apiScopeIds,systemIds) => { return request({ url: '/api/blade-system/role/grant', method: 'post', @@ -26,7 +26,8 @@ roleIds, menuIds, dataScopeIds, apiScopeIds apiScopeIds, systemIds } }) }