Commit d41aa782 by 李乾广

修改bug

1 parent c8f08414
......@@ -263,8 +263,8 @@ export default {
} else {
this.proTimeColumns()
}
if (moment(date).format(this.dateFormatType) == moment().format(this.dateFormatType)) {
// this.getDateBackTime(moment().format(this.dateFormatType))
if (moment(date).format(this.dateFormatType) == moment().format(this.dateFormatType)&&moment(date).format('ss') == '00') {
this.getDateBackTime(moment().format(this.dateFormatType))
}
// 更新时间下拉选项
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!