mirror of
https://github.com/youzan/vant.git
synced 2026-01-15 06:03:40 +08:00
fix(DatetimePicker): fix incorrect confirm value when v-model is not used (#9913)
This commit is contained in:
@@ -108,6 +108,8 @@ export default createComponent({
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.$nextTick(() => {
|
||||
// https://github.com/youzan/vant/issues/9775
|
||||
this.updateInnerValue();
|
||||
this.$emit('change', picker);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user