Browse Source

小修

lwx_v6
超级管理员 1 year ago
parent
commit
b42cb6b962
  1. 2
      src/components/DesignForm/formControlPropertiNew.vue

2
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){

Loading…
Cancel
Save