历史曲线:指标选择接口修改
This commit is contained in:
@ -205,7 +205,7 @@ import {
|
||||
GetPageSelectAll,
|
||||
DeleteTemplate
|
||||
} 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 { pageSize, pageSizes } from '@/config'
|
||||
import Pagingbar from '@/components/Pagingbar'
|
||||
@ -663,7 +663,7 @@ export default {
|
||||
stationId: this.filters.stationId
|
||||
}
|
||||
try {
|
||||
const res = await GetQueryPointList(params)
|
||||
const res = await GetQueryPoint(params)
|
||||
const option = res.data
|
||||
// 将指标的数据处理成树
|
||||
if (option.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user