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) } } }) },