This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
packages
/
element-ui
Vigiar
2
Colocar Estrela
0
Fork
1
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
DatePicker: set milliseconds to 0 (
#5663
)
杨奕
há 8 anos atrás
pai
6a3ee2fdc7
commit
2106eea52c
1 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
0
packages/date-picker/src/panel/date.vue
+ 1
- 0
packages/date-picker/src/panel/date.vue
Ver Ficheiro
@@ -325,6 +325,7 @@
},
confirm() {
+ this.date.setMilliseconds(0);
this.$emit('pick', this.date);
},