From c5823a28c388550ef40268c8a94294db9447720a Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 27 十二月 2022 15:38:49 +0800
Subject: [PATCH] fix: bug处理和修改细节
---
miniprogram/pages/manager/report/index.ts | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/miniprogram/pages/manager/report/index.ts b/miniprogram/pages/manager/report/index.ts
index b6ad2fb..2cede68 100644
--- a/miniprogram/pages/manager/report/index.ts
+++ b/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
})
}
})
--
Gitblit v1.8.0