fix(laydate): 日期时间选择器,点击时间时 change 回调未触发 (#1787)

This commit is contained in:
morning-star 2024-04-22 21:18:37 +08:00 committed by GitHub
parent ec53be3574
commit cc71ace202
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();