
--- client/views/pages/admin/user/UserSelectList.vue
+++ client/views/pages/admin/user/UserSelectList.vue
... | ... | @@ -72,6 +72,11 @@ |
72 | 72 |
</tr> |
73 | 73 |
</tbody> |
74 | 74 |
</table> |
75 |
+ <div class="flex-center"> |
|
76 |
+ <PaginationButton v-if="companyListCount > 0" v-model:currentPage="companyListSearch.currentPage" |
|
77 |
+ :perPage="companyListSearch.perPage" :totalCount="companyListCount" :maxRange="5" |
|
78 |
+ :click="companySelectList" /> |
|
79 |
+ </div> |
|
75 | 80 |
</div> |
76 | 81 |
<div v-show="currentTab == 2"> |
77 | 82 |
<table> |
... | ... | @@ -439,7 +444,7 @@ |
439 | 444 |
headers: { |
440 | 445 |
'Content-Type': "application/json; charset=UTF-8", |
441 | 446 |
}, |
442 |
- data: vm.managerListSearch |
|
447 |
+ data: vm.companyListSearch |
|
443 | 448 |
}).then(function (response) { |
444 | 449 |
//console.log("companySelectList - response : ", response.data); |
445 | 450 |
vm.companyListCount = response.data.companyListCount; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?