From 3fc324478e87169c608e4183e82f3ea1ccfc7047 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Sat, 19 Jun 2021 14:02:41 +0800 Subject: [PATCH] no message --- xtends/statics/index/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')