--fix bug

This commit is contained in:
yuping
2023-03-20 18:54:36 +08:00
parent 914c9318a5
commit 87b3ddc545
2 changed files with 8 additions and 4 deletions

View File

@@ -75,7 +75,7 @@
margin: 0px 4px 120px 10px;
border: 1px solid #f0f0f0;
">
<BaseTable ref="stuTableRef" :columns="stuColumns" :url="USER_LIST_PAGE"
<BaseTable ref="stuTableRef" :columns="stuColumns" :url="USER_LIST_PAGE" pageKey="page"
:request="useBoeApiUserInfoPage" :params="nameSearch"
v-model:selectedRows="stuSelectRows" type="checkbox"></BaseTable>
</div>