yuxc
2024-04-26 656d72c983be25f3f967578b4d0373e1f77ecc88
Source/ProjectWeb/src/components/PLT-basic-component/BasicForm.vue
@@ -179,7 +179,7 @@
      }
      if (col.type === "select") {
        if(!validatenull(col.dictCode)) {
          /*getDicts(col.dictCode).then((res) => {
          getDicts(col.dictCode).then((res) => {
            if (res.data.success){
              if(res.data.data && res.data.obj == null){
                res.data.obj = res.data.data
@@ -194,7 +194,7 @@
                };
              });
            }
          });*/
          });
        }
      }
      if (col.propType === "refer"|| col.type==='refer') {