mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
[web] 修改首页场站详情运行信息数据不显示问题,修改设备卡片参数的字体大小和行高,修改统计分析曲线图的缩放默认100%,修改统计分析页场站切换下拉数据不更新问题
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user