Index: ssts-web/src/main/webapp/common/includeExtJs4_2.jsp =================================================================== diff -u -r29974 -r36767 --- ssts-web/src/main/webapp/common/includeExtJs4_2.jsp (.../includeExtJs4_2.jsp) (revision 29974) +++ ssts-web/src/main/webapp/common/includeExtJs4_2.jsp (.../includeExtJs4_2.jsp) (revision 36767) @@ -12,6 +12,8 @@ var WWWROOT = '${ctx}'; //覆盖extJs4的占位图片路径 Ext4.BLANK_IMAGE_URL = WWWROOT + '/ext/resources/images/default/s.gif'; +//SSTS-621:设置ajax超时时间为2分30秒 +Ext4.Ajax.timeout = 150*1000; Ext4.define(null, { override: 'Ext4.data.Store', constructor: function() { this.callParent(arguments); if (this.autoLoad) { this.loading = true; } } });