mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
[bugfix] DatetimePicker: change event params not correct
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user