Index: ssts-web/src/main/webapp/systemmanage/httpOptionByValue.jsp =================================================================== diff -u -r40042 -r40044 --- ssts-web/src/main/webapp/systemmanage/httpOptionByValue.jsp (.../httpOptionByValue.jsp) (revision 40042) +++ ssts-web/src/main/webapp/systemmanage/httpOptionByValue.jsp (.../httpOptionByValue.jsp) (revision 40044) @@ -85,11 +85,11 @@ levelArray.push(selectElement.options[i].text.Trim()); } var isListChange; - DWREngine.setAsync(false); + dwr.engine.setAsync(false); HttpOptionManager.isListChange(levelArray, listId,function(retValue){ isListChange = retValue }); - DWREngine.setAsync(true); + dwr.engine.setAsync(true); if(isListChange) { var bool = window.confirm("配置项已修改,确定保存?");