diff --git a/pages/process/order-price/index.js b/pages/process/order-price/index.js index 86dd724..9a83789 100644 --- a/pages/process/order-price/index.js +++ b/pages/process/order-price/index.js @@ -25,7 +25,7 @@ Page({ onLoad: function (options) { if(options.id){ wx.showLoading({ title: '正在获取', mask: true }) - getPaperList().then(result => { + getPaperList({pageNum: 1, pageSize: 100}).then(result => { this.data.paperList = result.data.records this.data.columns = [] for (let index = 0; index < this.data.paperList.length; index++) {