mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(DatetimePicker): fix incorrect confirm value when v-model is not used (#9938)
This commit is contained in:
parent
2890b77604
commit
40f9fd8172
@ -268,6 +268,8 @@ export default createComponent({
|
|||||||
|
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
// https://github.com/youzan/vant/issues/9775
|
||||||
|
this.updateInnerValue();
|
||||||
this.$emit('change', picker);
|
this.$emit('change', picker);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user