吉安感知网项目-前端
罗广辉
2026-05-21 0a199c83df502b2aeaa3623544f54edbf64a3271
applications/task-work-order/src/views/orderView/flyingHand/flyingHandApi.js
@@ -34,3 +34,12 @@
        method: 'post',
    })
}
// 查看所有已经建档飞手
export function getAllFlyerIds(params) {
    return request({
        url: '/drone-gd/flyer/gdFlyer/allFlyerIds',
        method: 'get',
        params
    })
}