src/api/chart/dailyBusinessStatistical.js
@@ -24,3 +24,30 @@ params: params }) } //添加日程 export function addSchedule(data) { return resquest({ url: '/report/addSchedule', method: 'post', params: data }) } //查询日历任务图 export function calendarWorkByWeek() { return resquest({ url: '/report/calendarWorkByWeek', method: 'get', }) } //查询日历任务图 export function ScheduleByMe(data) { return resquest({ url: '/report/ScheduleByMe', method: 'post', params:data }) }