Explorar el Código

时间筛选字段修改

xiaohaizhao hace 2 años
padre
commit
98bc190dec
Se han modificado 1 ficheros con 2 adiciones y 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() {