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] } }; },