เพิ่ม [ ]

This commit is contained in:
STW_TTTY\stwtt 2024-07-01 11:40:07 +07:00
parent afa820f1f8
commit f97cda0a8d
5 changed files with 10 additions and 9 deletions

View file

@ -27,9 +27,9 @@ const store = useKpiDataStore();
const evaluationId = ref<string>(route.params.id.toString());
const rows_01 = ref<any[]>();
const rows_02 = ref<any[]>();
const rows_03 = ref<any[]>();
const rows_01 = ref<any[]>([]);
const rows_02 = ref<any[]>([]);
const rows_03 = ref<any[]>([]);
const totalResults1 = ref<number>(0);
const totalResults2 = ref<number>(0);