@@ -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
})
}