miniprogram/pages/manager/report/index.ts
@@ -25,14 +25,14 @@ { url:report.globalData.url+"/wx/manager/report", method:"GET", data:{ id:wx.getStorageSync('id') }, // data:{ // id:wx.getStorageSync('id') // }, header:{'token':wx.getStorageSync('token')}, success:(res)=>{ console.log(res) this.setData({ reportList:res.data.data.records reportList:res.data.data }) } })