Browse Source

Merge pull request '修改每页请求数量' (#185) from xuxiaoming into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/185
pull/191/head
xuxiaoming 3 years ago
parent
commit
eebae67d9b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue

+ 1
- 1
src/views/productionPlanning/customerForecastDemandReview/demandPlanning/articleDemand/index.vue View File

@ -216,7 +216,7 @@
editKeyList: [], editKeyList: [],
pagination:{ pagination:{
pageNumber: 1, pageNumber: 1,
pageSize: 20,
pageSize: 22,
total: 0, total: 0,
} }
}; };


Loading…
Cancel
Save