Vanessa 2023-11-02 19:51:51 +08:00
parent 41d3727633
commit 6f455e0f0d

View file

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