mirror of
https://github.com/dataease/dataease.git
synced 2026-05-22 21:38:32 +08:00
fix: 同步日志按时间排序;修复添加定时任务失败
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user