diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index 9c18743..9487aec 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -813,7 +813,7 @@ export default [ icon: '', iconFont: 'fa-arrows-h', control: { - modelValue: '', + modelValue: [], fixedOptions: [{ id: 'thefirstrootnode', label: '根节点1', diff --git a/src/widget/associatedforms/index.vue b/src/widget/associatedforms/index.vue index 212babb..537d2d6 100644 --- a/src/widget/associatedforms/index.vue +++ b/src/widget/associatedforms/index.vue @@ -68,6 +68,7 @@ const value = computed({ } }) const updateModel = (val: any) => { + console.log("dfsasdfasdf") let controlAttribute = "" if(props.data.control){ if(props.data.control.type){ diff --git a/src/widget/lowcodetransfer/index.vue b/src/widget/lowcodetransfer/index.vue index 9c976bf..a3c8d16 100644 --- a/src/widget/lowcodetransfer/index.vue +++ b/src/widget/lowcodetransfer/index.vue @@ -14,7 +14,7 @@ - +