Sfoglia il codice sorgente

时间筛选字段修改

xiaohaizhao 2 anni fa
parent
commit
98bc190dec
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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() {