潘志宝
2025-02-12 413d6598687f262ec27b6c5521fab0922f8930c4
累计点配置
已修改2个文件
8 ■■■■ 文件已修改
src/api/model/pre/item/index.ts 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/model/sche/model/index.ts 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/model/pre/item/index.ts
@@ -17,7 +17,10 @@
    predictphase: string,
    workchecked: number,
    unittransfactor: string,
    saveindex: string
    saveindex: string,
    iscumulant: number,
    cumuldivisor: number,
    cumulpoint: string
  },
  dmModuleItem: {
    id: string,
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 => {