KPI-evaluator => Load
This commit is contained in:
parent
b828b21aea
commit
b1909c852a
3 changed files with 17 additions and 35 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue