From d584e0a9521eba2dc6f66b0590217bbc8dec23e7 Mon Sep 17 00:00:00 2001 From: dongyukun <1208714201@qq.com> Date: 星期二, 31 十二月 2024 18:44:38 +0800 Subject: [PATCH] 调度模型下发配置 --- src/api/model/sche/model/index.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/api/model/sche/model/index.ts b/src/api/model/sche/model/index.ts index 9fb78ba..59807b1 100644 --- a/src/api/model/sche/model/index.ts +++ b/src/api/model/sche/model/index.ts @@ -20,6 +20,7 @@ status: number, paramList: null, settingList: null + modelOut:null } export interface ModelParamVO { @@ -80,7 +81,8 @@ pointList.push( { id: item.id, - name: item.pointName + name: item.pointName, + itemNo : item.pointNo } ) }) -- Gitblit v1.9.3