minor
This commit is contained in:
@@ -204,7 +204,7 @@ export default {
|
|||||||
this.$root.$message('event.image_too_big', { color: 'error' })
|
this.$root.$message('event.image_too_big', { color: 'error' })
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
this.$root.$message(e.response.data, { color: 'error' })
|
this.$root.$message(e.response ? e.response.data : e, { color: 'error' })
|
||||||
}
|
}
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user