소스 검색

git-svn-id: https://192.168.57.71/svn/hbghj@89 201dd7a2-ec1b-f84b-8b06-88221118ff88

xt_xuhao 9 년 전
부모
커밋
a5ead6a84f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/model/jyr/JyrModel.as

+ 1 - 1
gkaq/yjpt-flex/trunk/src/com/jtgh/yjpt/model/jyr/JyrModel.as

@@ -81,7 +81,7 @@ package com.jtgh.yjpt.model.jyr
 //			}
 			thisView.szdid.selectedVO=Global.szd;
 			thisView.szgqid.parentId=Global.szd;
-			thisView.zs.parentId = Global.szd;
+			thisView.zs.parentId = Global.szd.id;
 			thisView.szdid.addEventListener(ListEvent.CHANGE,reloadGq_ZS);//下拉框级联
 			pager.doQuery();
 			thisView.dataGrid.addEventListener(MouseEvent.DOUBLE_CLICK,doView);