fix 直接点击定时任务无法找到爬虫的问题

This commit is contained in:
陈景阳
2019-10-11 21:57:59 +08:00
parent 973251a0fb
commit 311f72da19

View File

@@ -269,7 +269,7 @@ export default {
},
created () {
this.$store.dispatch('schedule/getScheduleList')
// this.$store.dispatch('spider/getSpiderList')
this.$store.dispatch('spider/getSpiderList')
this.$store.dispatch('node/getNodeList')
}
}