diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index 7e025d1bf..5513bbdbd 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -100,6 +100,7 @@ export default [ modelValue: '', glxxsz: [], optionsValue3Formid:'', + optionsValue3Field:'', }, options: selectOption, // 下拉选项数据集合 config: config, @@ -118,6 +119,7 @@ export default [ modelValue: [], glxxszForCheckBox: [], optionsValue3Formid:'', + optionsValue3Field:'', }, options: selectOption, config: config, @@ -137,6 +139,7 @@ export default [ appendToBody: true, glxxsz: [], optionsValue3Formid:'', + optionsValue3Field:'', }, options: selectOption, config: config, diff --git a/src/components/DesignForm/formControlAttr.vue b/src/components/DesignForm/formControlAttr.vue index cc9bf275f..a90bf8c37 100644 --- a/src/components/DesignForm/formControlAttr.vue +++ b/src/components/DesignForm/formControlAttr.vue @@ -2279,6 +2279,11 @@ watch(()=>store.activeKey, () => { setTimeout(() => { formidChanged() }, 800); + }else if(controlData.value.type==='radio'||controlData.value.type==='select'||controlData.value.type==='checkbox'){ + + setTimeout(() => { + formidChangedOptionsValue3() + }, 800); } }) @@ -3110,7 +3115,8 @@ const loadNextPage = () => {