Browse Source

【万利达MES】出货报表导出增加超时判定时间

caosy 3 years ago
parent
commit
84d10eee73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WebContent/app/controller/common/Search.js

+ 1 - 1
WebContent/app/controller/common/Search.js

@@ -3610,7 +3610,7 @@ Ext.define('erp.controller.common.Search', {
 		Ext.Ajax.request({
         	url : basePath + "common/search.action",
         	params: params,
-        	timeout: 60000,
+        	timeout: 600000,
         	method : 'post',
         	callback : function(opt, s, res){
         		grid.setLoading(false);