Commit 2106eea5 authored by 杨奕's avatar 杨奕 Committed by baiyaaaaa

DatePicker: set milliseconds to 0 (#5663)

parent 6a3ee2fd
......@@ -325,6 +325,7 @@
},
confirm() {
this.date.setMilliseconds(0);
this.$emit('pick', this.date);
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment