fix: 同步日志按时间排序;修复添加定时任务失败

This commit is contained in:
taojinlong
2021-05-12 16:10:54 +08:00
parent 5c26b5986d
commit a77fb3c7ae
11 changed files with 122 additions and 108 deletions

View File

@@ -468,8 +468,6 @@ export default {
this.incrementalConfig.incrementalDelete = this.sql
}
this.incrementalConfig.tableId = this.table.id
console.log(this.incrementalConfig)
task.startTime = new Date(task.startTime).getTime()
task.endTime = new Date(task.endTime).getTime()
task.tableId = this.table.id