罗广辉
2025-10-10 9ee89d89eff941d48aa1ae6e1f737fc86c136fa2
feat: api
1 files added
10 ■■■■■ changed files
src/api/inspectionTask.js 10 ●●●●● patch | view | raw | blame | history
src/api/inspectionTask.js
New file
@@ -0,0 +1,10 @@
import {request} from "@/utils/index.js";
export const getJobListApi = (data, params) => {
  return request({
    url: `/drone-device-core/wayline/waylineJobInfo/jobList`,
    method: 'post',
    data,
    params,
  })
}