mirror of https://github.com/layui/layui
fix(laydate): 日期时间选择器,点击时间时 change 回调未触发 (#1787)
parent
ec53be3574
commit
cc71ace202
|
@ -1751,7 +1751,7 @@
|
||||||
|
|
||||||
setTimeStatus();
|
setTimeStatus();
|
||||||
scroll();
|
scroll();
|
||||||
(that.endDate || options.type === 'time' || (options.type === 'datetime' && options.fullPanel)) && that.done(null, 'change');
|
(that.endDate || options.type === 'time' || options.type === 'datetime') && that.done(null, 'change');
|
||||||
|
|
||||||
//同步按钮可点状态
|
//同步按钮可点状态
|
||||||
that.setBtnStatus();
|
that.setBtnStatus();
|
||||||
|
|
Loading…
Reference in New Issue