Skip to content

Commit

Permalink
fix 直接点击定时任务无法找到爬虫的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wo10378931 committed Oct 11, 2019
1 parent 973251a commit 311f72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/schedule/ScheduleList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}
Expand Down

0 comments on commit 311f72d

Please sign in to comment.