加入Git同步

This commit is contained in:
marvzhang
2020-02-18 12:15:40 +08:00
parent 3bb1fe2a74
commit 2ce289c8f3
9 changed files with 296 additions and 11 deletions

View File

@@ -180,7 +180,9 @@ export default {
this.$message.success(this.$t('Spider info has been saved successfully'))
}
await this.$store.dispatch('spider/getSpiderData', this.$route.params.id)
await this.$store.dispatch('spider/getSpiderScrapySpiders', this.$route.params.id)
if (this.spiderForm.is_scrapy) {
await this.$store.dispatch('spider/getSpiderScrapySpiders', this.$route.params.id)
}
})
this.$st.sendEv('爬虫详情', '概览', '保存')
},