修复日期范围在选取开始日期后,产生的各种错误
特别当起始\结束日期相同时, 如果结束日期小于开始日期,就会造成日历错乱. 还有第一次选取开始日期后,默认的选区没有消失pull/78/head
parent
bfc0c1bf6d
commit
83202882e3
|
@ -724,6 +724,7 @@
|
|||
);
|
||||
|
||||
that.checkDate().calendar(); //初始校验
|
||||
that.endState = true; //范围选择的初始状态
|
||||
that.changeEvent(); //日期切换
|
||||
|
||||
Class.thisElemDate = that.elemID;
|
||||
|
|
Loading…
Reference in New Issue