潘志宝
2025-02-12 413d6598687f262ec27b6c5521fab0922f8930c4
src/api/model/sche/model/index.ts
@@ -5,6 +5,7 @@
import {CommonEnabled} from "@/utils/constants";
import {getItemList, ItemVO} from "@/api/data/plan/item";
import * as ItemApi from '@/api/data/ind/item/item'
import {getPointSimpleList} from "@/api/data/da/point";
export interface ScheduleModelVO {
  id: string
@@ -75,7 +76,7 @@
export const getModelParamList = async (id) => {
  const dataPointList = ref([] as DataPointApi.DaPointVO)
  dataPointList.value = await DataPointApi.getPointList({})
  dataPointList.value = await DataPointApi.getPointSimpleList({})
  const pointList = []
  if (dataPointList.value) {
    dataPointList.value.forEach(item => {