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