[web] 修改首页场站详情运行信息数据不显示问题,修改设备卡片参数的字体大小和行高,修改统计分析曲线图的缩放默认100%,修改统计分析页场站切换下拉数据不更新问题

This commit is contained in:
lixiaoyuan
2025-09-19 18:59:55 +08:00
parent 996cbac88c
commit 0a71d7e61a
4 changed files with 7 additions and 5 deletions

View File

@@ -176,7 +176,7 @@ export default {
// category:类别1:储能设备,2:充电设备,3:光伏设备,为0或不传查询所有类别总计
const query = {
date: getDateDaysAgo(0),
stationId: this.stationId,
station_id: this.stationId,
category: 0
}
const res = await getReq('/queryStatTotal', query)
@@ -216,7 +216,7 @@ export default {
// start_date开始日期格式yyyy-mm-dd
// end_date结束日期格式yyyy-mm-dd
const query = {
stationId: this.stationId,
station_id: this.stationId,
category,
start_date: getDateDaysAgo(7 - 1),
end_date: getDateDaysAgo(0)