下发任务

This commit is contained in:
给我
2026-03-13 17:20:07 +08:00
parent cda1058362
commit bb9ad84539
8 changed files with 1222 additions and 545 deletions

View File

@ -8,6 +8,13 @@ export function fetchPatrolList(params) {
params
})
}
// 获取任务中心列表
export function fetchTaskList(params) {
return service({
url: `${api}/tbZdxlFgxlrw/selectPage`,
params
})
}
// 获取巡逻详情
export function selectByBBdId(params) {
return service({