diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index addbb75..1d439ad 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -4821,7 +4821,7 @@ const radioChangeSet = (val:any) => {
仅可选择符合以下条件的数据
- + diff --git a/src/components/DesignForm/public/form/form.vue b/src/components/DesignForm/public/form/form.vue index a0c2cc8..f1b47a0 100644 --- a/src/components/DesignForm/public/form/form.vue +++ b/src/components/DesignForm/public/form/form.vue @@ -443,6 +443,8 @@ if(formProps.value.type!=5){ return hideFieldArr } +let asfRangeDoubleCondiChangeObj = ref() +provide('asfRangeDoubleCondiChangeObj',asfRangeDoubleCondiChangeObj) let oldModelStr = "" watch(() => model.value,(newVal) => { @@ -472,7 +474,12 @@ watch(() => model.value,(newVal) => { let field = a[a.length-1] if(currentChangeKey==field){ let toShowDoubleCondiValVal = model.value[currentChangeKey] - console.log("关联表单"+asfName+"应该更新其选项,只显示doubleCondiVal为"+toShowDoubleCondiValVal+"的选项") + //console.log("关联表单"+asfName+"应该更新其选项,只显示doubleCondiVal为"+toShowDoubleCondiValVal+"的选项") + let obj = { + asfName:asfName, + toShowDoubleCondiValVal:toShowDoubleCondiValVal + } + asfRangeDoubleCondiChangeObj.value = obj //console.log(field) } } diff --git a/src/widget/associatedforms/associatedForms.vue b/src/widget/associatedforms/associatedForms.vue index d9cc65d..6f95b42 100644 --- a/src/widget/associatedforms/associatedForms.vue +++ b/src/widget/associatedforms/associatedForms.vue @@ -16,7 +16,7 @@