KPI-evaluator => Load

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-29 17:42:11 +07:00
parent b828b21aea
commit b1909c852a
3 changed files with 17 additions and 35 deletions

View file

@ -118,7 +118,7 @@ const pagination = ref({
boundary-links
direction-links
:max-pages="5"
@update:model-value="props.fetchList"
@update:model-value="props.fetchList?.()"
></q-pagination>
</template>
</d-table>

View file

@ -221,7 +221,7 @@ async function onClickApprove(type: string = "") {
boundary-links
direction-links
:max-pages="5"
@update:model-value="props.fetchList"
@update:model-value="props.fetchList?.()"
></q-pagination>
</template>
</d-table>