pages/basics/bad.vue
@@ -142,8 +142,7 @@ // 确认列表 confirm() { let that = this console.log(that.commonUrl + '/mobile/matnr/danger/report/auth') // return console.log('进入') uni.request({ url: that.commonUrl + '/mobile/matnr/danger/report/auth', data:JSON.stringify(that.matList), @@ -152,8 +151,8 @@ }, method:"POST", success(result) { console.log(result) var res = result.data console.log(res) if (res.code === 200) { that.msgType = "success" that.messageText = '上报成功!'