|
@@ -125,11 +125,7 @@ export const toReportMessage = (form: reportMessage, receivedData: finalReportMe
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
if(receivedData.statisticType === 2){
|
|
if(receivedData.statisticType === 2){
|
|
|
-
|
|
|
|
|
- // form.dayOfMonthList[0] = receivedData.dayOfMonthList[0].toString()
|
|
|
|
|
- form.dayOfMonthList.push(receivedData.dayOfMonthList[0].toString())
|
|
|
|
|
- // form.dayOfMonthList.splice(0, form.dayOfMonthList.length);
|
|
|
|
|
- // form.dayOfMonthList.push(receivedData.dayOfMonthList[0])
|
|
|
|
|
|
|
+ form.dayOfMonthList[0] = receivedData.dayOfMonthList[0].toString()
|
|
|
}
|
|
}
|
|
|
if(receivedData.statisticType === 4){
|
|
if(receivedData.statisticType === 4){
|
|
|
form.monthAndDayList.length = 0
|
|
form.monthAndDayList.length = 0
|