diff --git a/src/views/plan/workbench/predictVersion/index.vue b/src/views/plan/workbench/predictVersion/index.vue index b5243cf..9dae383 100644 --- a/src/views/plan/workbench/predictVersion/index.vue +++ b/src/views/plan/workbench/predictVersion/index.vue @@ -341,6 +341,7 @@ export default { }, created() { this.getVersionOfCustom() + this.pagination.pageSize = 100 }, mounted() { this.$nextTick(() => { diff --git a/src/views/plan/workbench/predictionDeviation/index.vue b/src/views/plan/workbench/predictionDeviation/index.vue index 1d42034..d32db39 100644 --- a/src/views/plan/workbench/predictionDeviation/index.vue +++ b/src/views/plan/workbench/predictionDeviation/index.vue @@ -329,6 +329,7 @@ export default { }, created() { this.getVersionOfCustom() + this.pagination.pageSize = 100 }, mounted() { this.$nextTick(() => { diff --git a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue index ae69ab3..5ca7f3d 100644 --- a/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue +++ b/src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue @@ -96,7 +96,7 @@ size="mini" class="reset-button-style" :disabled="syncDataDisable" - @click="syncData" >同步库存 + @click="syncData" >数据同步