From 5c88a12475abc73a0dbf4c2a17262a38cd9eeafd Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Tue, 30 Jul 2024 15:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/app/formPage.vue | 4 +- .../DesignForm/public/form/form.vue | 2 +- .../DesignForm/public/form/form2.vue | 2 +- .../DesignForm/public/form/formGroup.vue | 11 +- .../DesignForm/public/form/formItem.vue | 4 +- src/widget/lowcodeimage/index.vue | 24 ++-- src/widget/lowcodeimage/lowcodeImage.vue | 112 +++++++++++++++--- 7 files changed, 127 insertions(+), 32 deletions(-) diff --git a/src/components/DesignForm/app/formPage.vue b/src/components/DesignForm/app/formPage.vue index 78c47d4..8d55fc9 100644 --- a/src/components/DesignForm/app/formPage.vue +++ b/src/components/DesignForm/app/formPage.vue @@ -1063,7 +1063,7 @@ function optionsValue3Get2(data: any,fieldName: string){ }" > - + @@ -1088,7 +1088,7 @@ function optionsValue3Get2(data: any,fieldName: string){ }" > - + diff --git a/src/components/DesignForm/public/form/form.vue b/src/components/DesignForm/public/form/form.vue index 197d0aa..779dc76 100644 --- a/src/components/DesignForm/public/form/form.vue +++ b/src/components/DesignForm/public/form/form.vue @@ -1633,7 +1633,7 @@ defineExpose({ }" > - + diff --git a/src/components/DesignForm/public/form/form2.vue b/src/components/DesignForm/public/form/form2.vue index dde4143..2cc4db9 100644 --- a/src/components/DesignForm/public/form/form2.vue +++ b/src/components/DesignForm/public/form/form2.vue @@ -489,7 +489,7 @@ watch( 'detail-form': type === 3 || type === 4 }" > - + diff --git a/src/components/DesignForm/public/form/formGroup.vue b/src/components/DesignForm/public/form/formGroup.vue index 5800840..3eeeb8e 100644 --- a/src/components/DesignForm/public/form/formGroup.vue +++ b/src/components/DesignForm/public/form/formGroup.vue @@ -28,6 +28,7 @@ const props = withDefaults( numrun?:number nodeKey?:string purview?:any[] + alldata?:any }>(), { data: () => { @@ -372,7 +373,7 @@ onUnmounted(() => { store.setControlAttr({}) }) onMounted(()=>{ - console.log('非设计模式才触发事件',props.nodeKey,"---------------->",props.purview) + // console.log('非设计模式才触发事件',props.nodeKey,"---------------->",props.purview) // console.log('formGroup onMounted',props.data,dataList.value,props.tableinfo) }) @@ -389,7 +390,7 @@ function optionsValue3Get1(data: any,fieldName: string){