ระดับคะแนน
diff --git a/src/modules/14_KPI/views/indicatorByRole.vue b/src/modules/14_KPI/views/indicatorByRole.vue
index f60a0aa7d..3cb9cf60c 100644
--- a/src/modules/14_KPI/views/indicatorByRole.vue
+++ b/src/modules/14_KPI/views/indicatorByRole.vue
@@ -74,10 +74,9 @@ function fetchList() {
http
.get(
config.API.kpiRoleMainList +
- `?page=${formFilter.page}&pageSize=${formFilter.pageSize}&kpiPeriodId=${formFilter.round}&position=${formFilter.position}&year=2024`
+ `?page=${formFilter.page}&pageSize=${formFilter.pageSize}&kpiPeriodId=${formFilter.round}&position=${formFilter.position}`
)
.then((res) => {
- console.log(res);
const data = res.data.result.data;
maxPage.value = Math.ceil(res.data.result.total / formFilter.pageSize);
rows.value = data;
@@ -171,11 +170,10 @@ function getRound() {
roundOp.value = data.map((item: any) => ({
id: item.id,
name: statusTothai(item.durationKPI),
- }))
- console.log(roundOp.value)
+ }));
})
.finally(() => {
- hideLoader()
+ hideLoader();
});
}
@@ -192,6 +190,10 @@ function statusTothai(val: string) {
}
}
+function setModel(val: string) {
+ formFilter.position = val;
+}
+
onMounted(async () => {
await getOptions();
await getRound();
@@ -208,17 +210,20 @@ onMounted(async () => {
filterOption(inputValue, doneFn) "
@update:model-value="fetchList"
>
@@ -251,13 +256,19 @@ onMounted(async () => {
map-options
/> -->
{{ year + 543 }}
{{
@@ -296,6 +307,7 @@ onMounted(async () => {
+
{
option-value="id"
emit-value
map-options
-
@update:model-value="fetchList"
- style="width: 200px;"
+ style="width: 160px"
/>
-
-
- เพิ่ม
-
-
+
+
+ เพิ่ม
+
diff --git a/src/modules/15_development/views/Strategic.vue b/src/modules/15_development/views/Strategic.vue
index 2d81f48fe..7a7325863 100644
--- a/src/modules/15_development/views/Strategic.vue
+++ b/src/modules/15_development/views/Strategic.vue
@@ -209,94 +209,100 @@ onMounted(() => {
-
-
-
-
-
- {{ prop.node.name }}
-
-
-
+
+
+
-
-
-
+
+ {{ prop.node.name }}
+
+
+