master
parent
3ea09b989c
commit
ea921af657
|
|
@ -92,12 +92,13 @@
|
||||||
|
|
||||||
this.dataform={...this.dataform,...res.data.data}
|
this.dataform={...this.dataform,...res.data.data}
|
||||||
console.log(this.dataform,'drp yesterdayDrp');
|
console.log(this.dataform,'drp yesterdayDrp');
|
||||||
this.tm = res.data.data.tm
|
|
||||||
})
|
})
|
||||||
uni.$http.post('/gunshiApp/xyt/reservoir/water/list').then(res=>{
|
uni.$http.post('/gunshiApp/xyt/reservoir/water/list').then(res=>{
|
||||||
console.log(res,'drp list');
|
console.log(res,'drp list');
|
||||||
this.dataform={...this.dataform,...res.data.data[0]}
|
this.dataform={...this.dataform,...res.data.data[0]}
|
||||||
console.log(this.dataform,'drp list');
|
console.log(this.dataform,'drp list');
|
||||||
|
this.tm = res.data.data[0].tm
|
||||||
})
|
})
|
||||||
uni.$http.post('/gunshiApp/xyt/stWaterRReal/list').then(res=>{
|
uni.$http.post('/gunshiApp/xyt/stWaterRReal/list').then(res=>{
|
||||||
res.data.data.forEach(item=>{
|
res.data.data.forEach(item=>{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue