forked from drone/command-center-dashboard

chenyao
2025-04-01 0666759c90f0b38318b6506cae60d9d3035a8a6e
src/api/home/index.js
@@ -9,10 +9,11 @@
};
// 巡检任务item数量
export const getJobStatistics = () => {
export const getJobStatistics = (data) => {
  return request({
    url: '/drone-device-core/wayline/waylineJobInfo/jobStatistics',
    method: 'post',
    data
  });
};