| | |
| | | } |
| | | |
| | | // 隐患统计 |
| | | export const getYHTJList = (params) => { |
| | | export const getYHTJList = (data) => { |
| | | return request({ |
| | | url: "/api/blade-taskPlaceRectification/taskPlaceRectification/rectificationStatistics", |
| | | method: "post", |
| | | data |
| | | }) |
| | | } |
| | | |
| | | // 问题类型字典 |
| | | export const getPatrolGroupTree = (params) => { |
| | | return request({ |
| | | url: "/api/patrol/patrolGroup/getPatrolGroupTree", |
| | | method: "get", |
| | | params |
| | | }) |
| | | } |
| | | |
| | | // 九小类型字典 |
| | | export const getDictBizTree = (params) => { |
| | | return request({ |
| | | url: "/api/blade-system/dict-biz/tree", |
| | | method: "get", |
| | | params |
| | | }) |
| | | } |
| | | |
| | | // 民警审核接口 |
| | | export const applyRectification = (data) => { |
| | | return request({ |
| | | url: "/api/blade-taskPlaceRectification/taskPlaceRectification/applyRectification", |
| | | method: "post", |
| | | data |
| | | }) |
| | | } |