强制在运行之前保存爬虫

This commit is contained in:
marvzhang
2019-12-06 15:57:42 +08:00
parent 418196722f
commit 3a8b197d09

View File

@@ -549,7 +549,8 @@ export default {
}
})
},
onCrawl () {
async onCrawl () {
await this.onSave()
this.crawlConfirmDialogVisible = true
this.$st.sendEv('爬虫详情-配置', '点击运行')
},