master
parent
d88b49e20c
commit
d422541bb5
|
|
@ -55,7 +55,7 @@
|
||||||
'totCap':'总库容m³',
|
'totCap':'总库容m³',
|
||||||
"nowCap":'蓄水量万m³'
|
"nowCap":'蓄水量万m³'
|
||||||
},
|
},
|
||||||
tm: moment().format('YYYY-MM-DD HH:mm:ss'),
|
tm: '',
|
||||||
dataform:{},
|
dataform:{},
|
||||||
stgs:'',
|
stgs:'',
|
||||||
shgs:'',
|
shgs:'',
|
||||||
|
|
@ -92,6 +92,7 @@
|
||||||
|
|
||||||
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');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue