mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 18:36:51 +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);
|
value = this.correctValue(value);
|
||||||
this.innerValue = value;
|
this.innerValue = value;
|
||||||
|
this.$nextTick(() => {
|
||||||
this.$emit('change', picker);
|
this.$emit('change', picker);
|
||||||
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
updateColumnValue(value) {
|
updateColumnValue(value) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user