From b640c7cf0ccab261f42c7e667bba08d05821165a Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Thu, 12 Sep 2024 11:37:34 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20report?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Receive/receiveMain.vue | 4 +- .../components/Transfer/transferRegistry.vue | 29 +++---- .../components/ListRetirement/TableList.vue | 84 ++++++------------- .../components/resign/ResignByid.vue | 2 +- 4 files changed, 40 insertions(+), 79 deletions(-) diff --git a/src/modules/05_placement/components/Receive/receiveMain.vue b/src/modules/05_placement/components/Receive/receiveMain.vue index a2e93f50d..b1df76ae6 100644 --- a/src/modules/05_placement/components/Receive/receiveMain.vue +++ b/src/modules/05_placement/components/Receive/receiveMain.vue @@ -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" >