智慧农业后台管理页面
guoshilong
2022-09-05 d89fc6089053516431b18c8c8a913ce19d63234a
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
    }
  })
}