From 1ed73a7cea4955fa42272a47030d3c7f0170748d Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 12 Jan 2024 16:12:21 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20check=20?= =?UTF-8?q?=E0=B8=AA=E0=B8=A0=E0=B8=B2=E0=B8=99=E0=B8=B0=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=A5=E0=B8=9A=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=B2?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=9C=E0=B8=A3=E0=B8=B0=E0=B9=80?= =?UTF-8?q?=E0=B8=A1=E0=B8=B4=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../06_evaluate/components/TableListEvaluate.vue | 3 +-- src/modules/06_evaluate/views/EvaluateMain.vue | 11 +++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/modules/06_evaluate/components/TableListEvaluate.vue b/src/modules/06_evaluate/components/TableListEvaluate.vue index 7e06ffb..a7605ee 100644 --- a/src/modules/06_evaluate/components/TableListEvaluate.vue +++ b/src/modules/06_evaluate/components/TableListEvaluate.vue @@ -193,8 +193,7 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => { v-if=" props.row.step === 'CHECK_SPEC' || props.row.step === 'PREPARE_DOC_V1' || - props.row.step === 'CHECK_DOC_V1' || - props.row.step === 'WAIT_CHECK_DOC_V1' + props.row.step === 'CHECK_DOC_V1' " flat dense diff --git a/src/modules/06_evaluate/views/EvaluateMain.vue b/src/modules/06_evaluate/views/EvaluateMain.vue index 2c1a1d6..2d73487 100644 --- a/src/modules/06_evaluate/views/EvaluateMain.vue +++ b/src/modules/06_evaluate/views/EvaluateMain.vue @@ -55,6 +55,8 @@ const maxPage = ref(10); /** function เรียกรายการประเมิน*/ async function fetchEvaluteList() { + console.log("test"); + showLoader(); const body = { page: page.value, @@ -73,6 +75,7 @@ async function fetchEvaluteList() { }) .finally(() => { hideLoader(); + console.log("test"); }); } @@ -313,6 +316,7 @@ watch( :pageSize="pageSize" :maxPage="maxPage" @update:pagination="updatePaging" + :fetchData="fetchEvaluteList" /> @@ -320,12 +324,7 @@ watch( - +