Merge pull request #5146 from dataease/maninhill-patch-2

chore: remove console.log
This commit is contained in:
taojinlong 2023-05-06 12:32:51 +08:00 committed by GitHub
commit 6638620ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -909,7 +909,6 @@ export default {
}
this.incrementalConfig.tableId = this.table.id
task.startTime = new Date(task.startTime).getTime()
console.log(task.endTime)
task.endTime = new Date(task.endTime).getTime()
task.tableId = this.table.id
const form = JSON.parse(JSON.stringify(task))