Index: ssts-web/src/main/webapp/common/selPersonByFlow.jsp =================================================================== diff -u -r40041 -r40044 --- ssts-web/src/main/webapp/common/selPersonByFlow.jsp (.../selPersonByFlow.jsp) (revision 40041) +++ ssts-web/src/main/webapp/common/selPersonByFlow.jsp (.../selPersonByFlow.jsp) (revision 40044) @@ -150,9 +150,9 @@ return false; } - DWREngine.setAsync(false); + dwr.engine.setAsync(false); changeType(); - DWREngine.setAsync(true); + dwr.engine.setAsync(true); var isFinded = false; var selObj = formPanel.findById('selTypeList');