fix bug rows

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-15 17:30:51 +07:00
parent 823fe93528
commit 8e422174a8
34 changed files with 34 additions and 34 deletions

View file

@ -17,7 +17,7 @@ import config from "@/app.config";
const total = ref<number>();
const id = ref<string>("");
const modal = ref<boolean>(false);
const rows = ref<any>([]);
const rows = ref<any[]>([]);
const editStatus = ref<boolean>(false);
const groupName = ref<any>();
const position = ref<any>();