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) => { />