Commit 9f4bb3cb authored by chenzhao's avatar chenzhao

修改代码

parent 59d4776b
...@@ -98,7 +98,8 @@ public class OrgUsrFormDto implements Serializable { ...@@ -98,7 +98,8 @@ public class OrgUsrFormDto implements Serializable {
dynamicFormAlert.forEach(formValue->{ dynamicFormAlert.forEach(formValue->{
if("select".equals(formValue.getType())){ if("select".equals(formValue.getType())){
this.map.put(formValue.getKey(), formValue.getValueName()); this.map.put(formValue.getKey(), formValue.getValueName());
}else if("是否重点单位".equals(formValue.getLabel())){ //对此字段做特殊处理 方便前端展示
this.map.put(formValue.getKey(), formValue.getValueName());
}else{ }else{
this.map.put(formValue.getKey(), formValue.getValue()); this.map.put(formValue.getKey(), formValue.getValue());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment