This commit is contained in:
xiaoshi 2025-07-01 15:11:12 +08:00
parent 9f96ccdfc8
commit 1d881e8f63
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ public class ProjectEditExtUI extends ProjectEditUI {
// setUnitProMustInput(unitProjectName);
}else if("zcgj_ecindustry".equals(propertyName)){
Object zcgjEcindustry = this.getModel().getValue("zcgj_ecindustry");
if (zcgjEcindustry!=null){
DynamicObjectCollection zcgjEcindustrys = (DynamicObjectCollection) zcgjEcindustry;
this.getModel().setValue("industry",zcgjEcindustrys.get(0));
}
}
Object projectorg = this.getModel().getValue("projectorg");
if (projectorg !=null) {