mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
修复无法在爬虫定时任务标签中添加定时任务
This commit is contained in:
@@ -37,6 +37,9 @@ export default {
|
||||
this.isEdit = false
|
||||
this.dialogVisible = true
|
||||
this.$store.commit('schedule/SET_SCHEDULE_FORM', { node_ids: [], spider_id: this.spiderId })
|
||||
if (this.spiderForm.is_scrapy) {
|
||||
this.onSpiderChange(this.spiderForm._id)
|
||||
}
|
||||
this.$st.sendEv('定时任务', '添加定时任务')
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user