mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-23 17:31:11 +01:00
修复bug
This commit is contained in:
@@ -225,6 +225,9 @@ export default {
|
||||
|
||||
// 获取Spiderfile
|
||||
this.getSpiderfile()
|
||||
|
||||
// 获取config
|
||||
this.$store.dispatch('spider/getSpiderData', this.spiderForm._id)
|
||||
}, 0)
|
||||
}
|
||||
},
|
||||
|
||||
@@ -356,6 +356,7 @@ export default {
|
||||
this.$message.error(this.$t('Something wrong happened'))
|
||||
return
|
||||
}
|
||||
await this.$store.dispatch('spider/getSpiderList')
|
||||
this.$router.push(`/spiders/${res2.data.data._id}`)
|
||||
this.$st.sendEv('爬虫', '添加爬虫-可配置爬虫')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user