mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
fixed deploy issue
This commit is contained in:
@@ -138,7 +138,7 @@ export default {
|
||||
cancelButtonText: 'Cancel'
|
||||
})
|
||||
.then(() => {
|
||||
this.$store.dispatch('spider/crawlSpider', row._id.$oid)
|
||||
this.$store.dispatch('spider/deploySpider', row._id.$oid)
|
||||
.then(() => {
|
||||
this.$message.success(`Spider "${row._id.$oid}" has been deployed`)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user