Auto commit

上级 7b433cfd
......@@ -49,7 +49,7 @@ export default {
${this.setNum(curDate.getHours())}:${this.setNum(curDate.getMinutes())}-${this.setNum(endDate.getHours())}:${this.setNum(endDate.getMinutes())}
</p>`
if (this.txtRestIdx.trim().length > 0 && parseInt(this.txtRestIdx) === idx) {
if (this.txtRestIdx.trim().length > 0 && parseInt(this.txtRestIdx) === index) {
// 分割间歇
const restTime = this.txtRestInterval.trim().length > 0 ? parseFloat(this.txtRestInterval) * 60 * 60 * 1000 : 0
dateTime += restTime
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册