-
+
@@ -380,7 +480,7 @@ watch(
autoApply
year-picker
:enableTimePicker="false"
- @update:model-value="fetchNewListIndicators()"
+ @update:model-value="fetchNewList()"
>
{{ year + 543 }}
{{
@@ -411,8 +511,7 @@ watch(
name="cancel"
class="cursor-pointer"
@click.stop.prevent="
- (formFilter.year = null),
- fetchNewListIndicators()
+ (formFilter.year = null), fetchNewList()
"
/>
@@ -433,7 +532,7 @@ watch(
input-class="text-red"
label="รอบการประเมิน"
clearable
- @update:model-value="fetchNewListIndicators()"
+ @update:model-value="fetchNewList()"
/>
@@ -444,7 +543,7 @@ watch(
outlined
dense
label="ค้นหา"
- @keydown.enter.prevent="fetchNewListIndicators()"
+ @keydown.enter.prevent="fetchNewList()"
>
@@ -452,9 +551,7 @@ watch(
v-if="formFilter.keyword !== ''"
name="clear"
class="cursor-pointer"
- @click="
- (formFilter.keyword = ''), fetchNewListIndicators()
- "
+ @click="(formFilter.keyword = ''), fetchNewList()"
/>
@@ -507,7 +604,11 @@ watch(
direction-links
:max-pages="5"
@update:model-value="
- numpage === 1 ? fetchIndicators() : fetchListRole()
+ numpage === 1
+ ? fetchListPlan()
+ : numpage === 2
+ ? fetchListRole()
+ : fetchListSpecial()
"
>