fixed deploy issue

This commit is contained in:
Marvin Zhang
2019-03-12 13:01:18 +08:00
parent b7bf01e5f2
commit c532d0614d
2 changed files with 2 additions and 2 deletions

View File

@@ -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`)
})