diff --git a/src/modules/08_KPI/components/Tab/Topic/01_Indicator.vue b/src/modules/08_KPI/components/Tab/Topic/01_Indicator.vue index cd04222..74742e4 100644 --- a/src/modules/08_KPI/components/Tab/Topic/01_Indicator.vue +++ b/src/modules/08_KPI/components/Tab/Topic/01_Indicator.vue @@ -161,7 +161,7 @@ const modalProblem = ref(false); const type = ref(""); const idList = ref(""); function openPopupProgress(data: any) { - store.mainRowData = data + store.mainRowData = data; modalProgress.value = true; type.value = numpage.value === 1 ? "plan" : numpage.value === 2 ? "role" : "special"; @@ -334,6 +334,7 @@ const isEditStep3 = computed(() => { > รายงานความก้าวหน้า + { color="red-5" dense main="problem" - @click="openPopupProblem(props.row)" + @click="openPopupProblem(props.row.id)" > รายงานปัญหา