作者 xuqiang

提交

... ... @@ -2691,6 +2691,7 @@
this.zxjc_pc(1,0,1,'license/selfGas')
//废气无组织排口
this.zxjc_pc(1,1,1,'license/selfGas')
console.log('====================================',this.checkDataList)
setTimeout(() => {
try{
this.checkDataList.dataList1.forEach(item =>{
... ... @@ -2715,7 +2716,7 @@
data:{},
method:'post',
success:(res)=>{
}
})
}
... ... @@ -2996,6 +2997,7 @@
selfmonitor:selfmonitor
},
success: (res1) => {
res1.data.data.forEach(item1 => {
uni.request({
url:this.apiUrl + subUrl,
... ... @@ -3020,6 +3022,7 @@
res4.data.data.forEach(item4 => {
this.checkDataList.dataList2.push(item4)
})
uni.hideLoading()
}
})
})
... ...