From cb7100afe51aca9139818d119c3ad3e4d6f2686c Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 26 Jun 2024 19:17:58 +0800
Subject: [PATCH] 股票产品页码修复
---
src/views/product/shares.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/product/shares.vue b/src/views/product/shares.vue
index 6b753bc..2895371 100644
--- a/src/views/product/shares.vue
+++ b/src/views/product/shares.vue
@@ -489,7 +489,7 @@
},
onSizeChange(current, pageSize) {
this.queryParam.pageNum = current
- this.pagination.current = page
+ this.pagination.current = current
this.queryParam.pageSize = pageSize
this.getlist()
},
--
Gitblit v1.9.3