diff --git a/src/components/date-picker/picker.vue b/src/components/date-picker/picker.vue index 16d2c4c..f288b2c 100644 --- a/src/components/date-picker/picker.vue +++ b/src/components/date-picker/picker.vue @@ -287,7 +287,7 @@ ); }, emitChange () { - this.$emit('on-change', this.publicValue); + this.$emit('on-change', this.visualValue, this.publicValue); this.$nextTick(() => { this.dispatch('FormItem', 'on-form-change', this.publicValue); }); -- libgit2 0.21.4