odc.xiaohui
2023-04-07 f693c859cdaf607c2a146ef89a7a2ce0d9476d1a
miniprogram/pages/manager/myself/index.ts
@@ -4,6 +4,7 @@
Page({
  data: {
      role:'',
      reportList:{},
    isShow:false
  },
@@ -15,6 +16,9 @@
   })
  },
  onLoad() {
      this.setData({
          role:wx.getStorageSync('role')
      })
      wx.request(  
        {
          url:myself.globalData.url+  "/wx/manager/myself",