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

pull/118/head
xuexb 2018-01-08 04:00:41 +08:00
parent e8aaa43122
commit 974bc86d9c
1 changed files with 2 additions and 1 deletions

View File

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