This commit is contained in:
Viet An
2026-05-14 15:37:58 +07:00
parent 4d37397ee4
commit 1f44f9e6bf
17 changed files with 670 additions and 324 deletions

View File

@@ -110,10 +110,7 @@ export default {
let rs1 = await this.$updateapi("user", user);
if (rs1 !== "error") this.$emit("close");
else {
this.$buefy.toast.open({
message: "Có lỗi xảy ra. Hãy thử lại một lần nữa",
type: "is-danger",
});
this.$snackbar("Có lỗi xảy ra. Hãy thử lại một lần nữa", undefined, "Error");
}
},
checkPassword() {