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" />