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