历史曲线:指标选择接口修改
This commit is contained in:
@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user