This commit is contained in:
parent
41d3727633
commit
6f455e0f0d
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ export const bindDateEvent = (options: {
|
|||
data: options.data,
|
||||
protyle: options.protyle,
|
||||
value: {
|
||||
hasEndDate: inputElements[2].checked
|
||||
hasEndDate: inputElements[2].checked,
|
||||
isNotTime: !inputElements[3].checked
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue