From 4da6cab1c4ab0641084ed08f1873fd629334b45c Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Fri, 13 Mar 2026 15:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E8=A1=A8=E5=A1=AB=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appPageForm/unitsPageFrom/attribute.vue | 33 ++++++++++++++++--- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/attribute.vue b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/attribute.vue index 8261b4b..0a9112c 100644 --- a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/attribute.vue +++ b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/unitsPageFrom/attribute.vue @@ -5724,12 +5724,17 @@ const xTree = computed(()=>{ if(datapropsformList&&datapropsformList.length==0){ datapropsformList = JSON.parse(JSON.stringify(props.formList)) } - + console.log("datapropsformList------------------>",datapropsformList) + console.log("associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf------------------>",associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf.value) + + console.log("datapropsformList------------------>",associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf.value && associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf.value[0].children && associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf.value[0].children.length>0) + if(associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf.value && associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf.value[0].children && associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf.value[0].children.length>0){ let datab = JSON.parse(JSON.stringify(associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf.value[0].children)) let currentCompId = controlData.value.name - //console.log(currentCompId) + console.log(currentCompId) const treeC = mergeAndFilterAssociatedForms(datapropsformList, datab); + console.log(treeC) return treeC }else{ return [] @@ -6149,6 +6154,7 @@ const asfsCurrentTable = computed(()=>{ count++ } }); + console.log("xTree.value------------------>",xTree.value) if(count>0){ result = currentTable[0].children }else{ @@ -8668,7 +8674,7 @@ const updataBase = (val: any) => { />
- + { :close-on-press-escape="false" style="--el-dialog-padding-primary: 20px; border-radius: 8px; box-shadow: 0 2px 16px rgba(0,0,0,0.08); border: none; " > - {{controlData.control}} - +
+ 选择关联表单 + +
+
+ 选择填充记录 + +