From b64723ef1b5b23dc849913f0c6255d1be4220ca1 Mon Sep 17 00:00:00 2001 From: Xulinchuan <2026734208@qq.com> Date: Wed, 11 Jun 2025 15:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E5=93=81=E7=89=8C=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=AF=8F=E9=A1=B5=E6=98=BE=E7=A4=BA=E6=9D=A1=E6=95=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/brand/applicationReview/index.vue | 2 ++ src/views/brand/informationManagement/index.vue | 4 +++- src/views/brand/renewal/index.vue | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/brand/applicationReview/index.vue b/src/views/brand/applicationReview/index.vue index 3a1bb71..707b777 100644 --- a/src/views/brand/applicationReview/index.vue +++ b/src/views/brand/applicationReview/index.vue @@ -333,6 +333,8 @@ const getHeaderClass = ({ column }) => { // 分页变化 const handlePaginationChange = ({ page, pageSize }) => { console.log("分页变化:", page, pageSize); + formInline.current = page; + formInline.size = pageSize; // 这里可以调用API获取新数据 loadData(); }; diff --git a/src/views/brand/informationManagement/index.vue b/src/views/brand/informationManagement/index.vue index 4841902..8e11ff6 100644 --- a/src/views/brand/informationManagement/index.vue +++ b/src/views/brand/informationManagement/index.vue @@ -102,7 +102,7 @@ :current-page="formInline.current" :page-size="formInline.size" :showSort="true" - :rowkey="'goodId'" + :rowkey="'id'" >