mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
return ['pending', 'running'].includes(this.taskForm.status)
|
||||
}
|
||||
},
|
||||
async created() {
|
||||
async mounted() {
|
||||
await this.$store.dispatch('task/getTaskData', this.$route.params.id)
|
||||
|
||||
this.isLogAutoFetch = !!this.isRunning
|
||||
@@ -229,8 +229,7 @@
|
||||
await this.getTaskLog()
|
||||
}
|
||||
}, 5000)
|
||||
},
|
||||
mounted() {
|
||||
|
||||
if (!this.$utils.tour.isFinishedTour('task-detail')) {
|
||||
this.$utils.tour.startTour(this, 'task-detail')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user