Skip to content

Commit

Permalink
fix: fix table pagination change (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
haitaodesign authored Aug 31, 2023
1 parent 1ebdf00 commit 2035619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasophon-ui/src/pages/systemCenter/user.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</a-card>
<a-card class="card-shadow">
<div class="table-info steps-body">
<a-table @change="(pagination)=>{this.tableChange(pagination,item.key)}" :columns="item.key == 'user' ?columns : groupColumns" :loading="loading" :dataSource="dataSource" rowKey="id" :pagination="pagination"></a-table>
<a-table @change="(pagination)=>{tableChange(pagination,item.key)}" :columns="item.key == 'user' ?columns : groupColumns" :loading="loading" :dataSource="dataSource" rowKey="id" :pagination="pagination"></a-table>
</div>
</a-card>
</div>
Expand Down

0 comments on commit 2035619

Please sign in to comment.