diff --git a/src/modules/08_KPI/components/Evaluator/02_TabOther.vue b/src/modules/08_KPI/components/Evaluator/02_TabOther.vue index 6814765..651c8da 100644 --- a/src/modules/08_KPI/components/Evaluator/02_TabOther.vue +++ b/src/modules/08_KPI/components/Evaluator/02_TabOther.vue @@ -79,9 +79,9 @@ function onClickApprove(type: string = "") { }; http .post(config.API.kpiEvaluation + `/admin/${url}`, body) - .then(() => { + .then(async () => { store.selected = []; - props.fetchList?.(); + await props.fetchList?.(); success( $q, store.tabMainevaluator === "5" diff --git a/src/modules/08_KPI/components/Tab/Dialog/01_FormIndicator.vue b/src/modules/08_KPI/components/Tab/Dialog/01_FormIndicator.vue index f2b4cd8..fc52738 100644 --- a/src/modules/08_KPI/components/Tab/Dialog/01_FormIndicator.vue +++ b/src/modules/08_KPI/components/Tab/Dialog/01_FormIndicator.vue @@ -556,8 +556,8 @@ const title = computed(() => {
-
ลำดับ/รหัสตัวชี้วัด
-
ชื่อตัวชี้วัด
+
ลำดับ/รหัสตัวชี้วัด
+
ชื่อตัวชี้วัด
@@ -574,11 +574,14 @@ const title = computed(() => { @click="clickList(item.id)" > -
-
+
+
{{ item.including }}
-
+
{{ item.includingName }}