changes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user