src/api/model/sche/model/index.ts
@@ -1,6 +1,6 @@ import request from '@/config/axios' import * as DataPointApi from '@/api/data/da/point' import * as PredictItemApi from '@/api/model/pre/predict' import * as PredictItemApi from '@/api/model/pre/item' import {CommonEnabled} from "@/utils/constants"; export interface ScheduleModelVO { @@ -77,7 +77,7 @@ dataPointList.value.forEach(item => { pointList.push( { id: item.pointNo, id: item.id, name: item.pointName } )