updated analytics for spider

This commit is contained in:
Marvin Zhang
2019-04-28 21:25:32 +08:00
parent 21f7864c68
commit c96dd102d9

View File

@@ -197,6 +197,11 @@ export default {
this.$store.dispatch('spider/getSpiderStats')
.then(() => {
this.render()
})
.catch(() => {
this.$message.error(this.$t('An error happened when fetching the data'))
})
.finally(() => {
this.loading = false
})
},