Index: ssts-web/src/main/webapp/js/common.js =================================================================== diff -u -r30949 -r30951 --- ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 30949) +++ ssts-web/src/main/webapp/js/common.js (.../common.js) (revision 30951) @@ -143,33 +143,6 @@ } /* - *报表查询封装函数(兼容30854之前未打增量之前的方法) - */ -function seachReport(url, params, html) { - if (html) { - document.getElementById('thisIframe').contentWindow.document.body.innerHTML = html; - return; - } - var html = ''; - - setTimeout(function () { - document.getElementById('thisIframe').contentWindow.document.body.innerHTML = html; - document.getElementById('thisIframe').contentWindow.document.getElementById("reportHiddenForm").action = url; - document.getElementById('thisIframe').contentWindow.document.getElementById("reportHiddenForm").submit(); - }, 1000); -} - -/* *IE8以下兼容document.getElementsByClassName */ function documentGetElementsByClassName(className) { @@ -3639,7 +3612,6 @@ params : params, success : function someFn(response, request){ var result = Ext.decode(response.responseText, true); - console.log(result) if(result.data.length > 0){ var tipGrid = new Ext.grid.GridPanel({ store: new Ext.data.Store({