wangting
2024-04-25 a2c6cc3e47d67fb6c7bc1d4c71e681d480aa8d6d
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') {