diff --git a/packDetail/pages/analysis/index.vue b/packDetail/pages/analysis/index.vue index a7ab2a7..2e5ba39 100644 --- a/packDetail/pages/analysis/index.vue +++ b/packDetail/pages/analysis/index.vue @@ -391,6 +391,14 @@ // 选择年月日 radioChange(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() {