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