Browse Source

新增账户响应时间延长

hy 5 years ago
parent
commit
4cc46a95bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/saas-web/app/view/sys/account/EditWindow.js

+ 1 - 0
frontend/saas-web/app/view/sys/account/EditWindow.js

@@ -97,6 +97,7 @@ Ext.define('saas.view.sys.account.EditWindow', {
         saas.util.BaseUtil.request({
             url: belong.reqUrl,
             params: _params,
+            timeout: 30000,
             method: 'POST',
             headers:{
                 'Access-Control-Allow-Origin': '*',