潘志宝
2024-11-14 da47a3349dcfd87db23ab8e64fbf35fe1aea5685
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
        }
      )