From 5b4f9bfce7bb198329c367b290f7fd59b2c0ea2d Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 13 Nov 2024 09:23:33 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=9B=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B9=80=E0=B8=A1=E0=B8=B4=E0=B8=99=E0=B8=9C=E0=B8=A5=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B8=9B=E0=B8=8F=E0=B8=B4=E0=B8=9A=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=A3=E0=B8=B0=E0=B8=94=E0=B8=B1=E0=B8=9A=E0=B8=9A?= =?UTF-8?q?=E0=B8=B8=E0=B8=84=E0=B8=84=E0=B8=A5=20=3D>=20fix=20paging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/14_KPI/views/list.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/modules/14_KPI/views/list.vue b/src/modules/14_KPI/views/list.vue index 92649125a..e7e14f7ae 100644 --- a/src/modules/14_KPI/views/list.vue +++ b/src/modules/14_KPI/views/list.vue @@ -112,7 +112,7 @@ function fetchRoundOption() { roundOp.value = list; store.formQuery.round = list[0].id; - await fetchList(); + await changRound(); } else { roundOp.value = []; store.formQuery.round = ""; @@ -152,7 +152,7 @@ async function fetchList() { }); } -function changRound() { +async function changRound() { formQuery.page = 1; fetchList(); } @@ -170,7 +170,7 @@ function clearYear() { year.value = null; store.formQuery.round = ""; roundOp.value = []; - fetchList(); + changRound(); } /** @@ -318,7 +318,6 @@ onMounted(async () => { map-options :options="columns" option-value="name" - style="min-width: 140px" />