fix(laydate): 日期时间选择器,点击时间时 change 回调未触发 (#1787)
This commit is contained in:
parent
ec53be3574
commit
cc71ace202
@ -1751,7 +1751,7 @@
|
||||
|
||||
setTimeStatus();
|
||||
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();
|
||||
|
Loading…
Reference in New Issue
Block a user