From 22997340ef18b62abdd258a933fe6c1add7d9a27 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 12 Mar 2021 11:57:21 +0800 Subject: [PATCH] no message --- pages/process/order-price/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {