| | |
| | | // 派遣率小于50%的公司预警信息 |
| | | export const getSecurityUnitDispatcherLessPage = (params) => { |
| | | return request({ |
| | | url: "/api/information/getSecurityUnitDispatcherLessPage?proportion=50", |
| | | url: "/api/information/getSecurityUnitDispatcherLessPage", |
| | | method: "get", |
| | | params: params |
| | | }); |
| | |
| | | // 持证率小于50%的公司预警信息 |
| | | export const getSecurityUnitHoldLessPage = (params) => { |
| | | return request({ |
| | | url: "/api/information/getSecurityUnitHoldLessPage?proportion=50", |
| | | url: "/api/information/getSecurityUnitHoldLessPage", |
| | | method: "get", |
| | | params: params |
| | | }); |