fix 日志不会自动刷新的问题

This commit is contained in:
陈景阳
2019-10-16 16:00:36 +08:00
parent 3576996121
commit cfb80cc3af

View File

@@ -107,7 +107,7 @@ export default {
}
}
},
async created () {
created () {
this.$store.dispatch('task/getTaskData', this.$route.params.id)
this.$store.dispatch('task/getTaskResults', this.$route.params.id)