|
|
|
@ -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++) { |
|
|
|
|