diff --git a/src/components/List/List.vue b/src/components/List/List.vue index 42a6c37..e636cad 100644 --- a/src/components/List/List.vue +++ b/src/components/List/List.vue @@ -395,7 +395,7 @@ export default { }, // 选择修改时间 timeChange(time) { - let updateTime = this.$moment(time).format('HH:mm'); + let updateTime = this.$moment(time).format('HH:mm:ss'); let updateDate = this.auditOptions.selectedDate + ' ' + updateTime; this.chooseTime = this.$moment(updateDate).format('x'); },