wl
2022-12-27 c5823a28c388550ef40268c8a94294db9447720a
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
              })
          }
              })