mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] DatetimePicker: change event params not correct
This commit is contained in:
parent
ed1bff1052
commit
4a6d3e5d37
@ -258,7 +258,9 @@ export default create({
|
||||
}
|
||||
value = this.correctValue(value);
|
||||
this.innerValue = value;
|
||||
this.$emit('change', picker);
|
||||
this.$nextTick(() => {
|
||||
this.$emit('change', picker);
|
||||
});
|
||||
},
|
||||
|
||||
updateColumnValue(value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user