11
WXL
2024-07-26 d839943b0d194c14c1599f81a17105e7223a5075
src/api/system/user.js
@@ -149,3 +149,10 @@
    params: data
  })
}
// 查询授权角色
export function getdepartment(userName ) {
  return request({
    url: '/system/dingtalk/deptidList/' + 1 ,
    method: 'get',
  })
}