diff --git a/xtends/statics/index/index.js b/xtends/statics/index/index.js index 5a8346c..ce4e298 100644 --- a/xtends/statics/index/index.js +++ b/xtends/statics/index/index.js @@ -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')