Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
3fc324478e
1 changed files with 1 additions and 1 deletions
  1. 2
      xtends/statics/index/index.js

2
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')

Loading…
Cancel
Save