ludc
2024-11-15 2a225d84f5a14caddb853d3c07b26907d1cb1428
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') {