Index: ssts-web/src/main/webapp/homepage/portalPage.js =================================================================== diff -u -r25728 -r26240 --- ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 25728) +++ ssts-web/src/main/webapp/homepage/portalPage.js (.../portalPage.js) (revision 26240) @@ -381,13 +381,13 @@ }); }); //每10秒请求后台刷新一下待回收的外来器械申请单数量 - setInterval(function(){ + /*setInterval(function(){ sendDWRAsync(function () { ForeignTousseApplicationTableManager.getUnFinishedForeignTousseApplicationCountForSelfDepart(function(amount){ addIconTips(amount,foreignTousseApplicationObj,'foreignTousseApplicationTip'); }); }); - },10*1000); + },10*1000);*/ } var store = new Ext.data.Store({