shuishen
2024-03-16 e27410aca7eb65b11fec83adb39643399bf3a6b4
src/api/publicSecurity/ninePlaceManage.js
@@ -34,3 +34,30 @@
        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
    })
}