Lin Qilong пре 3 дана
родитељ
комит
32e99dd785
1 измењених фајлова са 2 додато и 1 уклоњено
  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() {
 export function deptTreeSelect() {
   return request({
   return request({
     url: '/system/user/deptTree',
     url: '/system/user/deptTree',
-    method: 'get'
+    method: 'get',
+    timeout: 60 * 1000 * 5
   })
   })
 }
 }