Compare commits
2 Commits
b9e2563c8e
...
e4421c7e5a
| Author | SHA1 | Date |
|---|---|---|
|
|
e4421c7e5a | |
|
|
8b2334eb53 |
|
|
@ -113,9 +113,10 @@
|
||||||
"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