เพิ่ม [ ]
This commit is contained in:
parent
afa820f1f8
commit
f97cda0a8d
5 changed files with 10 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue