ประเมิน เเก้ เเถวไม่เปลี่ยน

This commit is contained in:
STW_TTTY\stwtt 2024-08-14 10:58:46 +07:00
parent 6a6efd2564
commit 013ac6e4ff

View file

@ -130,8 +130,8 @@ function fetchRoundOption() {
function fetchList() {
showLoader();
const body = {
page: store.formQuery.page,
pageSize: store.formQuery.pageSize,
page: formQuery.page,
pageSize: formQuery.pageSize,
kpiPeriodId: store.formQuery.round,
keyword: store.formQuery.keyword
? store.formQuery.keyword.replace(/\s+/g, "")
@ -364,7 +364,10 @@ onMounted(async () => {
<q-tooltip>รายละเอยด</q-tooltip>
</q-btn>
<q-btn
v-if="checkPermission($route)?.attrIsUpdate && checkPermission($route)?.attrIsGet"
v-if="
checkPermission($route)?.attrIsUpdate &&
checkPermission($route)?.attrIsGet
"
@click="redirectViewDetail(props.row.id)"
round
color="edit"