changes
This commit is contained in:
@@ -48,7 +48,7 @@ export default {
|
||||
result = await this.$updateapi(name, record);
|
||||
} else result = await this.$deleteapi(name, id);
|
||||
if (result === "error") return this.$dialog("Đã xảy ra lỗi, xóa dữ liệu thất bại", "Lỗi", "Error");
|
||||
this.$snackbar("Dữ liệu đã được xoá khỏi hệ thống", undefined, "Success");
|
||||
this.$snackbar("Dữ liệu đã được xoá khỏi hệ thống", "Success");
|
||||
let arr = Array.isArray(id) ? id : [{ id: id }];
|
||||
let copy = this.$copy(this.$store.state[pagename].data);
|
||||
arr.map((x) => {
|
||||
|
||||
Reference in New Issue
Block a user