diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index c724c7b..2b75286 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -2580,6 +2580,16 @@ watch(associatedFormsDataRangeDialogFlag, (val) => { }, 200); } }) +//关联表单数据填充规则根据已选择子表的数目和id将已选择的子表置为不可选择 +watch(() => controlData.value.control?.fillRoles?.child?.length, (newValue, oldValue) => { + /* if (newValue!== oldValue) { + console.log('变量值发生变化:', newValue); + } */ + console.log(asfasfChildTableList.value) + console.log(controlData.value.control?.fillRoles?.child) +}); + + //确定回调 function handleDetermine(){ @@ -4544,7 +4554,7 @@ const radioChangeSet = (val:any) => { - +