From 34bc30a2c5b1e2b1dc20402c171f6f8e363d038d Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Tue, 12 May 2026 15:03:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=A1=A8=E5=8D=95=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E7=B1=BB=E5=9E=8B=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/digitalHuman/creation/index.ts | 1 + src/components/model/ModelSelector.vue | 6 ++-- src/views/digitalHuman/creation/index.vue | 38 +++++++++++------------ 3 files changed, 23 insertions(+), 22 deletions(-) diff --git a/src/api/digitalHuman/creation/index.ts b/src/api/digitalHuman/creation/index.ts index 7400514..f76b33b 100644 --- a/src/api/digitalHuman/creation/index.ts +++ b/src/api/digitalHuman/creation/index.ts @@ -22,6 +22,7 @@ export interface NodeLibraryModelConfig { export interface NodeLibraryItem { nodeCode: string; nodeName: string; + modelType: number; skillOption: boolean; formConfig: NodeLibraryFormItem[]; modelConfig: NodeLibraryModelConfig[]; diff --git a/src/components/model/ModelSelector.vue b/src/components/model/ModelSelector.vue index 1094e6b..178d2cc 100644 --- a/src/components/model/ModelSelector.vue +++ b/src/components/model/ModelSelector.vue @@ -1,4 +1,4 @@ -