mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
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 = () => {
|
||||
updateInnerValue();
|
||||
nextTick(() => {
|
||||
updateInnerValue();
|
||||
nextTick(() => emit('change', currentDate.value));
|
||||
});
|
||||
};
|
||||
|
Reference in New Issue
Block a user