ประเมิน เเก้ เเถวไม่เปลี่ยน
This commit is contained in:
parent
6a6efd2564
commit
013ac6e4ff
1 changed files with 6 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue