API การสืบสวนข้อเท็จจริง
This commit is contained in:
parent
d3ec604478
commit
cc2e45666e
6 changed files with 249 additions and 107 deletions
|
|
@ -23,6 +23,7 @@ export const useComplainstDataStore = defineStore(
|
|||
const visibleColumns = ref<string[]>([]);
|
||||
const columns = ref<QTableProps["columns"]>([]);
|
||||
|
||||
|
||||
function fetchComplainstAdd(data: ArrayPerson[]) {
|
||||
rowsAdd.value = data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue