src/api/patrol/placeChek.js @@ -47,3 +47,10 @@ } }) } export const getPatrolGroupTree = () => { return request({ url: '/api/patrol/patrolGroup/getPatrolGroupTree', method: 'get', }) }