修复无法在爬虫定时任务标签中添加定时任务

This commit is contained in:
marvzhang
2020-03-28 17:35:57 +08:00
parent daf9f8ee58
commit 577e1e1169

View File

@@ -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('定时任务', '添加定时任务')
}
},