样式修改
This commit is contained in:
parent
a23cceed04
commit
3b2eaa75ef
|
|
@ -391,6 +391,14 @@
|
||||||
// 选择年月日
|
// 选择年月日
|
||||||
radioChange(e){
|
radioChange(e){
|
||||||
console.log("选择年月日.......",e)
|
console.log("选择年月日.......",e)
|
||||||
|
let data = {
|
||||||
|
summrayMode:'dayhours',
|
||||||
|
startTime:'2025-11-20',
|
||||||
|
endTime:'endTime'
|
||||||
|
}
|
||||||
|
this.$http.get('/applet/survDeviceDeploy/waterIntegrateStatistic',data).then(res => {
|
||||||
|
console.log("66666666666",res)
|
||||||
|
})
|
||||||
},
|
},
|
||||||
// 获取折线图
|
// 获取折线图
|
||||||
gettj() {
|
gettj() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue