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()