|
|
|
@ -90,7 +90,7 @@ Scene({ |
|
|
|
this.data.form1.dimensionDateStart = util.formatDate(start, 'Y-M-D') |
|
|
|
this.data.form1.dimensionDateEnd = util.formatDate(end, 'Y-M-D') |
|
|
|
this.setData({ show: false, vdateString1 }) |
|
|
|
this.fetchStatisticsInfo(true) |
|
|
|
this.fetchSummaryInfo(true) |
|
|
|
} else { |
|
|
|
var vdateString2 = util.formatDate(start, 'Y-M-D') + '至' + util.formatDate(end, 'Y-M-D') |
|
|
|
this.data.form2.dimensionDateStart = util.formatDate(start, 'Y-M-D') |
|
|
|
|