This website works better with JavaScript
Home
Explore
Help
Sign In
packages
/
element-ui
Watch
2
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
DatePicker: set milliseconds to 0 (
#5663
)
杨奕
8 years ago
parent
6a3ee2fdc7
commit
2106eea52c
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
packages/date-picker/src/panel/date.vue
+ 1
- 0
packages/date-picker/src/panel/date.vue
View File
@@ -325,6 +325,7 @@
},
confirm() {
+ this.date.setMilliseconds(0);
this.$emit('pick', this.date);
},