| | |
| | | predictphase: string, |
| | | workchecked: number, |
| | | unittransfactor: string, |
| | | saveindex: string |
| | | saveindex: string, |
| | | iscumulant: number, |
| | | cumuldivisor: number, |
| | | cumulpoint: string |
| | | }, |
| | | dmModuleItem: { |
| | | id: string, |
| | |
| | | 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 |
| | |
| | | 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 => { |