From 94902ab0ec05159a4e9fd34f8e8ea37d8dace1e8 Mon Sep 17 00:00:00 2001 From: ming071 <917942168@qq.com> Date: Tue, 26 Apr 2022 14:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demandPlanning/articleDemand/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue index c428222..ae69ab3 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue @@ -252,8 +252,9 @@ editKeyList: [], pagination:{ pageNumber: 1, - pageSize: 24, // 因为每11条为一组 这里的数字应该是 11 的整数倍 .../index.vue 170行 的整数倍 + pageSize: 24, // 因为每12条为一组 这里的数字应该是 12 的整数倍 .../index.vue 171行 的整数倍 total: 0, + pageSizes:[12, 24, 36, 60] } }; },