Merge branch 'develop'
This commit is contained in:
@@ -454,13 +454,11 @@
|
|||||||
this.dirty = false
|
this.dirty = false
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
error.response.then(data => {
|
|
||||||
this.alert({
|
this.alert({
|
||||||
message: data.message,
|
message: error.message,
|
||||||
success: false,
|
success: false,
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
this.endLoading()
|
this.endLoading()
|
||||||
this.$emit('loaded')
|
this.$emit('loaded')
|
||||||
|
|||||||
Reference in New Issue
Block a user