fix: 修复日期选择框默认值问题

This commit is contained in:
xuexb 2018-01-08 04:00:41 +08:00
parent e8aaa43122
commit 974bc86d9c

View File

@ -526,7 +526,8 @@ describe('laydate', function () {
laydate.render({ laydate.render({
elem: '#test-div', elem: '#test-div',
min: '2017-7-7', min: '2017-7-7',
max: '2017-7-8' max: '2017-7-8',
value: '2017-7-8'
}); });
$('#test-div').click(); $('#test-div').click();