2 Commits d22f849b60 ... 4f60fae141

Author SHA1 Message Date
  Lin Qilong 4f60fae141 Merge remote-tracking branch 'origin/master' 3 weeks ago
  Lin Qilong 32e99dd785 修改 3 weeks ago
1 changed files with 2 additions and 1 deletions
  1. 2 1
      gw-ui/src/api/system/user.js

+ 2 - 1
gw-ui/src/api/system/user.js

@@ -131,6 +131,7 @@ export function updateAuthRole(data) {
 export function deptTreeSelect() {
   return request({
     url: '/system/user/deptTree',
-    method: 'get'
+    method: 'get',
+    timeout: 60 * 1000 * 5
   })
 }