fix(datetime-picker): modeValue is inconsistent with the selected data. (#10448)
This commit is contained in:
@@ -281,6 +281,7 @@ export default defineComponent({
|
|||||||
const onChange = () => {
|
const onChange = () => {
|
||||||
updateInnerValue();
|
updateInnerValue();
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
|
updateInnerValue();
|
||||||
nextTick(() => emit('change', currentDate.value));
|
nextTick(() => emit('change', currentDate.value));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user