修复日期范围在选取开始日期后,产生的各种错误

特别当起始\结束日期相同时, 如果结束日期小于开始日期,就会造成日历错乱.
还有第一次选取开始日期后,默认的选区没有消失
pull/78/head
Autukill 2018-10-01 12:13:44 +08:00
parent bfc0c1bf6d
commit 83202882e3
1 changed files with 1 additions and 0 deletions

View File

@ -724,6 +724,7 @@
);
that.checkDate().calendar(); //初始校验
that.endState = true; //范围选择的初始状态
that.changeEvent(); //日期切换
Class.thisElemDate = that.elemID;