forked from drone/command-center-dashboard
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 }); };