whycq
2022-08-24 36fc4fa64ba5a7fd9f23b33c94c918d4b3ca70e3
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 = '上报成功!'