|
@@ -676,7 +676,7 @@ export default {
|
|
},
|
|
},
|
|
(error) => {
|
|
(error) => {
|
|
this.$notify({
|
|
this.$notify({
|
|
- message: error.response.data,
|
|
|
|
|
|
+ message: error.response.data.desc,
|
|
type: "error",
|
|
type: "error",
|
|
});
|
|
});
|
|
this.loading = false;
|
|
this.loading = false;
|
|
@@ -699,7 +699,7 @@ export default {
|
|
},
|
|
},
|
|
(error) => {
|
|
(error) => {
|
|
this.$notify({
|
|
this.$notify({
|
|
- message: error.response.data,
|
|
|
|
|
|
+ message: error.response.data.desc,
|
|
type: "error",
|
|
type: "error",
|
|
});
|
|
});
|
|
this.loading = false;
|
|
this.loading = false;
|