历史曲线:指标选择接口修改

This commit is contained in:
2025-08-19 10:20:32 +08:00
parent 3df5592082
commit e6026f8646

View File

@ -205,7 +205,7 @@ import {
GetPageSelectAll, GetPageSelectAll,
DeleteTemplate DeleteTemplate
} from '@/api/surveillance/battery-analysis' } from '@/api/surveillance/battery-analysis'
import { GetQueryPointList } from '@/api/surveillance/battery-analysis' import { GetQueryPoint } from '@/api/surveillance/battery-analysis'
import ModelKuang from '@/components/ModelKuang/index.vue' import ModelKuang from '@/components/ModelKuang/index.vue'
import { pageSize, pageSizes } from '@/config' import { pageSize, pageSizes } from '@/config'
import Pagingbar from '@/components/Pagingbar' import Pagingbar from '@/components/Pagingbar'
@ -663,7 +663,7 @@ export default {
stationId: this.filters.stationId stationId: this.filters.stationId
} }
try { try {
const res = await GetQueryPointList(params) const res = await GetQueryPoint(params)
const option = res.data const option = res.data
// 将指标的数据处理成树 // 将指标的数据处理成树
if (option.length > 0) { if (option.length > 0) {