Fix not pagination at page Contract List of Code
This commit is contained in:
parent
b9b9c27841
commit
8daa0f802f
@ -158,7 +158,7 @@ const result = ref('');
|
||||
</table>
|
||||
<div class="flex justify-between">
|
||||
<PaginationBar
|
||||
:limit="50"
|
||||
:limit="pageRequest.limit"
|
||||
:total="response.pagination?.total"
|
||||
:callback="loadContract"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user