|
@@ -86,6 +86,9 @@ export default {
|
|
|
getMonthCateRecord(parmas) {
|
|
|
return request.post(`${SCREEN}Waste/monthCateRecord`, parmas);
|
|
|
},
|
|
|
+ getWeekCateRecord(parmas) {
|
|
|
+ return request.post(`${SCREEN}Waste/weekCateRecord`, parmas);
|
|
|
+ },
|
|
|
getTaskCount(parmas) {
|
|
|
return request.post(`${SCREEN}Daily/taskCount`, parmas);
|
|
|
},
|