Skip to content

Commit

Permalink
强制在运行之前保存爬虫
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 6, 2019
1 parent 4181967 commit 3a8b197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/Config/ConfigList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,8 @@ export default {
}
})
},
onCrawl () {
async onCrawl () {
await this.onSave()
this.crawlConfirmDialogVisible = true
this.$st.sendEv('爬虫详情-配置', '点击运行')
},
Expand Down

0 comments on commit 3a8b197

Please sign in to comment.