Skip to content

Commit 5e5a5dc

Browse files
committed
修复在线用户分页错误
1 parent 3348a0e commit 5e5a5dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/system/session/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
</el-table-column>
3333
</el-table>
3434

35-
<pagination v-show="total>0" :total="total" :page.sync="pageNo" :limit.sync="pageSize" />
35+
<pagination v-show="total>0" :total="total" :page.sync="queryParams.pageNo" :limit.sync="queryParams.pageSize"
36+
@pagination="getList"/>
3637
</div>
3738
</template>
3839

0 commit comments

Comments
 (0)