Compare commits
No commits in common. "e4421c7e5a179cf886555002eedf2dcf094674c6" and "b9e2563c8e132984276419dc0a3d256c6897ff02" have entirely different histories.
e4421c7e5a
...
b9e2563c8e
|
|
@ -113,10 +113,9 @@
|
|||
"handleUserId": uni.getStorageSync('value').userId
|
||||
}
|
||||
console.log(params,'dsd');
|
||||
uni.$http.post('/gunshiApp/xyt/inspect/detail/page', params).then(res => {
|
||||
this.list=res.data.data.records
|
||||
console.log(this.list);
|
||||
})
|
||||
// uni.$http.post('/gunshiApp/xyt/inspect/detail/page', params).then(res => {
|
||||
// this.list=res.data.data.records
|
||||
// })
|
||||
},
|
||||
confirm(e) {
|
||||
console.log(e);
|
||||
|
|
|
|||
|
|
@ -330,7 +330,7 @@
|
|||
|
||||
if (arr.every(item=>item)) {
|
||||
console.log(tigger, arr,this.listData)
|
||||
this.uploadContent(status)
|
||||
// this.uploadContent(status)
|
||||
}else{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue