API การสืบสวนข้อเท็จจริง

This commit is contained in:
setthawutttty 2023-11-27 11:30:23 +07:00
parent d3ec604478
commit cc2e45666e
6 changed files with 249 additions and 107 deletions

View file

@ -23,6 +23,7 @@ export const useComplainstDataStore = defineStore(
const visibleColumns = ref<string[]>([]);
const columns = ref<QTableProps["columns"]>([]);
function fetchComplainstAdd(data: ArrayPerson[]) {
rowsAdd.value = data;
}