changes
This commit is contained in:
@@ -1227,8 +1227,8 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
}
|
||||
if (notify !== false) {
|
||||
$store.lang === "en"
|
||||
? $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");
|
||||
? $snackbar("Data has been successfully saved to the system.", "Success")
|
||||
: $snackbar("Dữ liệu đã được lưu vào hệ thống", "Success");
|
||||
}
|
||||
return rs;
|
||||
} catch (err) {
|
||||
@@ -1264,8 +1264,8 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
}
|
||||
if (notify !== false) {
|
||||
$store.lang === "en"
|
||||
? $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");
|
||||
? $snackbar("Data has been successfully saved to the system.", "Success")
|
||||
: $snackbar("Dữ liệu đã được lưu vào hệ thống", "Success");
|
||||
}
|
||||
return rs;
|
||||
} catch (err) {
|
||||
@@ -1289,8 +1289,8 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
|
||||
if (notify !== false) {
|
||||
$store.lang === "en"
|
||||
? $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");
|
||||
? $snackbar("Data has been successfully saved to the system.", "Success")
|
||||
: $snackbar("Dữ liệu đã được lưu vào hệ thống", "Success");
|
||||
}
|
||||
return rs;
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user