吉安感知网项目-前端
chenyao
2026-01-26 0f20cc11e3033b2d9b97fa01840daeea8940e5af
feat:更新飞手信息
1 files modified
11 ■■■■■ changed files
applications/task-work-order/src/api/zkxt/index.js 11 ●●●●● patch | view | raw | blame | history
applications/task-work-order/src/api/zkxt/index.js
@@ -18,3 +18,14 @@
        data:{"size":100,"current":1},
    })
}
// 获取飞手信息
export const deviceFlyerApi = (data) => {
    return request({
        url: `/deviceFlyer/deviceFlyer/queryList`,
        method: 'post',
        data: data,
    })
}