@@ -574,8 +574,8 @@ $(function () {
const param = {
//"type": 0, //1-本月,2-本年,0-自定义时间(现在所有都是自定义时间,都会传开始日期和结束日期)
- "startDate": start,
- "endDate": end
+ "startDate": startDateParam.replace(/\//g,'-'),
+ "endDate": endDateParam.replace(/\//g,'-')
}
if(start-end<limitTime){