智慧农业后台管理页面
guanqb
2022-09-06 53046c6c8c0bb6be4c8f083a55d7ec84b7c65afd
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
    }
  })
}