Index: ssts-web/src/main/webapp/js/common.js =================================================================== diff -u -r30729 -r30854 --- ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 30729) +++ ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 30854) @@ -118,7 +118,7 @@ /* *报表查询封装函数 */ -function seachReport(url, params, html) { +function searchReport(url, params, html) { if (html) { document.getElementById('thisIframe').contentWindow.document.body.innerHTML = html; return;