南昌市物联网技防平台-小程序
zengh
2021-05-28 fdc8044841d4f0448484f2bd681a5dc40c1293bd
pages/workbench/workbench.vue
@@ -105,6 +105,7 @@
                  securityId: id
               } : '',
               that = this;
               console.log(this.$store.state.puserID)
            wx.request({
               url: url,
               data: data,
@@ -113,8 +114,10 @@
               },
               method: 'POST',
               success(res) {
                  that.dataListP = res.data.data
                  // console.log(that.dataListP)
                  if (res.statusCode == 200) {
                     that.dataListP = res.data.data
                     console.log(that.dataListP)
                  }
               }
            })
         },