From dd5b736910c5c78897a9819e22443355f6be39d9 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sun, 07 Jul 2024 10:15:24 +0800
Subject: [PATCH] Merge branch '6-18-Designer' of http://124.156.157.155:8060/r/dg/dabao_admin into 6-18-Designer

---
 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