|
@@ -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);
|