diff --git a/ruoyi-ui/src/views/history/bound/index.vue b/ruoyi-ui/src/views/history/bound/index.vue index dd9e956..fd7845f 100644 --- a/ruoyi-ui/src/views/history/bound/index.vue +++ b/ruoyi-ui/src/views/history/bound/index.vue @@ -158,7 +158,7 @@ export default { }, handleQuery() { - // this.queryParams.pageNum = 1 + this.queryParams.pageNum = 1 this.getList() },