Commit 4235b265f91183514abea6315b8b6f985fc703b9

Authored by 后端研发-苏泰源
1 parent 4ce0d138

filger文件函数修改

Showing 1 changed file with 1 additions and 0 deletions
utils/filter.wxs
... ... @@ -248,6 +248,7 @@ var filters = {
248 248 };
249 249  
250 250 if(dateType === 1) {
  251 + currentDate = filters.format_time2(currentDate);
251 252 if(o.begin_date && o.effective_date) {
252 253 return o.begin_date + '至' + o.effective_date;
253 254 };
... ...