Index: ssts-web/src/main/webapp/disinfectsystem/reportforms/qualityMonitoringView.js =================================================================== diff -u -r33333 -r33335 --- ssts-web/src/main/webapp/disinfectsystem/reportforms/qualityMonitoringView.js (.../qualityMonitoringView.js) (revision 33333) +++ ssts-web/src/main/webapp/disinfectsystem/reportforms/qualityMonitoringView.js (.../qualityMonitoringView.js) (revision 33335) @@ -570,7 +570,11 @@ } if (result.dataType == '质量监测' || result.dataType == '定期监测') { html = getTableHtml_2(result, title); } - document.getElementById('thisIframe').contentWindow.document.getElementById('table').innerHTML = html; + if(html == ''){ + document.getElementById('thisIframe').contentWindow.document.getElementById('table').innerHTML = '

查询无数据

'; + }else { + document.getElementById('thisIframe').contentWindow.document.getElementById('table').innerHTML = html; + } myMask.hide(); }, failure: function (response, options) {