From 1829f0917f7fb4ad8fd6efd7964f2e9bd9f0f52f Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 29 Aug 2024 16:28:06 +0700 Subject: [PATCH] =?UTF-8?q?KPI=20=3D>=20=E0=B8=9B=E0=B8=A3=E0=B8=B1?= =?UTF-8?q?=E0=B8=9A=20API=20round?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/14_KPI/views/round.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/14_KPI/views/round.vue b/src/modules/14_KPI/views/round.vue index d2ea33607..9443ec770 100644 --- a/src/modules/14_KPI/views/round.vue +++ b/src/modules/14_KPI/views/round.vue @@ -144,7 +144,7 @@ function fetchList() { http .get( config.API.kpiPeriod + - `?page=${formQuery.page}&pageSize=${formQuery.pageSize}&keyword=${formQuery.keyword}&year=${formQuery.year}` + `/admin?page=${formQuery.page}&pageSize=${formQuery.pageSize}&keyword=${formQuery.keyword}&year=${formQuery.year}` ) .then((res) => { const data: ResRound[] = res.data.result.data;