liwenxuan 2 weeks ago
parent
commit
c20a40506b
  1. 7
      src/components/DesignForm/formControlPropertiNew.vue

7
src/components/DesignForm/formControlPropertiNew.vue

@ -2126,15 +2126,8 @@ watch(
}else if(controlData.value.type === "orgCentent"){ }else if(controlData.value.type === "orgCentent"){
haveOrgTreeInfo() haveOrgTreeInfo()
}else if(controlData.value.type === "expand-user"){ }else if(controlData.value.type === "expand-user"){
if (controlData.value.hasOwnProperty('tree')) {
// tree
setTimeout(()=>{
alert(1)
delete controlData.value.tree
},800)
} }
}
// start // start
// console.log(controlData.value.name) // console.log(controlData.value.name)
resDataForGlxxszExceptself1 = JSON.parse(JSON.stringify(resDataForGlxxszExceptself)); resDataForGlxxszExceptself1 = JSON.parse(JSON.stringify(resDataForGlxxszExceptself));

Loading…
Cancel
Save