|
@@ -220,7 +220,7 @@ export default {
|
|
|
.catch(e => {
|
|
.catch(e => {
|
|
|
console.log(e);
|
|
console.log(e);
|
|
|
this.loading = false;
|
|
this.loading = false;
|
|
|
- this.$message.erro(e.error);
|
|
|
|
|
|
|
+ this.$message.error(e.error);
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -259,7 +259,7 @@ export default {
|
|
|
.catch(e => {
|
|
.catch(e => {
|
|
|
console.log(e);
|
|
console.log(e);
|
|
|
this.loading = false;
|
|
this.loading = false;
|
|
|
- this.$message.erro(e.error);
|
|
|
|
|
|
|
+ this.$message.error(e.error);
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|