Browse Source

no message

feature/v1.1
xpz2018 5 years ago
parent
commit
22997340ef
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/order-price/index.js

2
pages/process/order-price/index.js

@ -25,7 +25,7 @@ Page({
onLoad: function (options) { onLoad: function (options) {
if(options.id){ if(options.id){
wx.showLoading({ title: '正在获取', mask: true }) wx.showLoading({ title: '正在获取', mask: true })
getPaperList().then(result => {
getPaperList({pageNum: 1, pageSize: 100}).then(result => {
this.data.paperList = result.data.records this.data.paperList = result.data.records
this.data.columns = [] this.data.columns = []
for (let index = 0; index < this.data.paperList.length; index++) { for (let index = 0; index < this.data.paperList.length; index++) {

Loading…
Cancel
Save