Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue
@@ -239,7 +239,7 @@ col.display=false } } if (col.type === "select") { if (col.type === "select" || col.type==='radio' || col.type==='checkbox') { if(col.data && col.data.length>0){ col.dicData = col.data.map((d) => { return { @@ -266,6 +266,8 @@ }); } }); } else { col.dicData = []; } } if (col.type==='refer') {