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() {
   return request({
     url: '/system/user/deptTree',
-    method: 'get'
+    method: 'get',
+    timeout: 60 * 1000 * 5
   })
 }