Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/UIManagerServiceImpl.java
@@ -1077,6 +1077,7 @@ break; } d.setNavigatorType(pdVO.getNavigatorType()); d = setEventDataToPLDefination(d,pdVO); //转xml赋值到plDefination中 pd.plDefination = UITools.getPLDefinationText(d); @@ -1193,7 +1194,7 @@ d = ulci.getNewPLDefination(d); break; } d.setNavigatorType(pdVO.getNavigatorType()); d = setEventDataToPLDefination(d,pdVO); pd.plDefination = UITools.getPLDefinationText(d);