| | |
| | | }) |
| | | } |
| | | |
| | | export function saveTemDailySafetyInspect(data) { |
| | | return request({ |
| | | url: '/system/dailySafetyInspection/scratchpadDailySafetyInspection', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | | } |
| | | |
| | | export function delDailySafetyInspect(params) { |
| | | return request({ |
| | | url: '/system/dailySafetyInspection/deleteDailySafetyInspection', |
| | |
| | | params: params |
| | | }) |
| | | } |
| | | |
| | | export function getDeptCheckData(params) { |
| | | return request({ |
| | | url: '/system/dept/getDeptCheckData', |
| | | method: 'get', |
| | | params: params |
| | | }) |
| | | } |
| | | |
| | | export function getCheckCount(params) { |
| | | return request({ |
| | | url: '/system/dailySafetyInspection/getCheckCount', |
| | | method: 'get', |
| | | params: params |
| | | }) |
| | | } |