Fix not pagination at page Contract List of Code

This commit is contained in:
ngovietanh21 2023-06-05 13:27:51 +07:00
parent b9b9c27841
commit 8daa0f802f

View File

@ -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"
/>