修正 laydate 中传参属性名 (#1415)

Update laydate.js
pull/1421/head
贤心 2023-11-01 16:18:46 +08:00 committed by GitHub
commit 0aa8c7e2a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1405,7 +1405,7 @@
that.limit({
elem: lay(that.footer).find(ELEM_CONFIRM),
date: that[startEnd],
inedx: 0,
index: 0,
time: ['hours', 'minutes', 'seconds']
});
}