This commit is contained in:
Viet An
2026-05-07 10:53:09 +07:00
parent 6e10dffd22
commit 56cfcd09bf
15 changed files with 439 additions and 1951 deletions

View File

@@ -1097,7 +1097,7 @@ export default defineNuxtPlugin((nuxtApp) => {
? $snackbar("Data has been successfully saved to the system.", "Success", "Success")
: $snackbar("Dữ liệu đã được lưu vào hệ thống", "Thành công", "Success");
}
return rs.data;
return rs;
} catch (err) {
console.log(err);
return "error";