Merge remote-tracking branch 'upstream/develop' into upstream-develop

This commit is contained in:
陈景阳
2019-12-07 10:58:24 +08:00
8 changed files with 143 additions and 18 deletions

View File

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