Explorar o código

时间筛选字段修改

xiaohaizhao %!s(int64=2) %!d(string=hai) anos
pai
achega
98bc190dec
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packageA/report/index.js

+ 2 - 0
packageA/report/index.js

@@ -184,7 +184,9 @@ Page({
         detail.lastthreedays = 0
         detail.lastWeek = 0
         if (detail.date) detail[detail.date] = 1;
+        detail.begindate = detail.startdate || ''
         this.data.where = detail;
+
         this.selectComponent("#" + this.data.active).getList(true);
     },
     onClick() {