master
parent
d88b49e20c
commit
d422541bb5
|
|
@ -55,7 +55,7 @@
|
|||
'totCap':'总库容m³',
|
||||
"nowCap":'蓄水量万m³'
|
||||
},
|
||||
tm: moment().format('YYYY-MM-DD HH:mm:ss'),
|
||||
tm: '',
|
||||
dataform:{},
|
||||
stgs:'',
|
||||
shgs:'',
|
||||
|
|
@ -92,6 +92,7 @@
|
|||
|
||||
this.dataform={...this.dataform,...res.data.data}
|
||||
console.log(this.dataform,'drp yesterdayDrp');
|
||||
this.tm = res.data.data.tm
|
||||
})
|
||||
uni.$http.post('/gunshiApp/xyt/reservoir/water/list').then(res=>{
|
||||
console.log(res,'drp list');
|
||||
|
|
|
|||
Loading…
Reference in New Issue