diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 42ac282..14781b9 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -2583,6 +2583,8 @@ watch(()=>controlData.value.control,(newVal) => { //radio,select添加选项时同步配置选项 watch(()=>controlData.value.options, (changedOptions:any) => { + console.log("radio,select添加选项时同步配置选项",changedOptions) + console.log("radio,select添加选项时同步配置选项------>",controlData.value) if(controlData.value.type === "radio" || controlData.value.type === "select"){ if(controlData.value.config.optionsType==0){ if(changedOptions.length===0){