Browse Source

修改每页请求数量

pull/185/head
xuxiaoming 3 years ago
parent
commit
76cef7cddc
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: [],
pagination:{
pageNumber: 1,
pageSize: 20,
pageSize: 22,
total: 0,
}
};


Loading…
Cancel
Save