吉安感知网项目-前端
张含笑
2026-02-04 68e6afe2bc6ce68b341e7dccff4bd1b0e5f2c905
applications/task-work-order/src/views/orderView/flyingHand/flyingHandApi.js
@@ -30,8 +30,7 @@
// 飞手删除
export function removeFlyingHand(data) {
    return request({
        url: '/drone-gd/flyer/gdFlyer/remove',
        url: `/drone-gd/flyer/gdFlyer/remove?ids=${data.ids}`,
        method: 'post',
        data
    })
}