แก้ report

This commit is contained in:
STW_TTTY\stwtt 2024-09-12 11:37:34 +07:00
parent f65eab4e5e
commit b640c7cf0c
4 changed files with 40 additions and 79 deletions

View file

@ -189,7 +189,7 @@ const SaveData = async () => {
const fecthlistRecevice = async () => {
showLoader();
await http
.get(config.API.receiveData())
.get(config.API.receiveData()+`?keyword=`)
.then((res: any) => {
const response = res.data.result;
@ -378,7 +378,7 @@ onMounted(() => {
:columns="columns"
:rows="rows"
:filter="filterKeyword"
row-key="fullname"
row-key="id"
:visible-columns="visibleColumns"
>
<template v-slot:header="props">