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