From e7c98f822199887bccef950e7960f27de27e9c49 Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Wed, 25 Jun 2025 11:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=95=B0=E6=8D=AE=E9=9B=86?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0appId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewsnew/application/service/dataset/form/CreatDsGroup.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-frontend/src/viewsnew/application/service/dataset/form/CreatDsGroup.vue b/core/core-frontend/src/viewsnew/application/service/dataset/form/CreatDsGroup.vue index 3c51673..3a8216e 100644 --- a/core/core-frontend/src/viewsnew/application/service/dataset/form/CreatDsGroup.vue +++ b/core/core-frontend/src/viewsnew/application/service/dataset/form/CreatDsGroup.vue @@ -23,6 +23,7 @@ export interface Tree { value?: string | number id: string | number nodeType: string + appId: string | number createBy?: string level: number leaf?: boolean @@ -42,6 +43,7 @@ const state = reactive({ const placeholder = ref('') const nodeType = ref() const pid = ref() +const appId = ref() const id = ref() const cmd = ref('') const treeRef = ref()