11
WXL
2024-07-18 75837ea9ac49b2bb7cc6f031293689aab0ea8a6e
src/api/system/user.js
@@ -133,6 +133,13 @@
    method: 'get'
  })
}
// 查询授权角色
export function handleunlock(userName ) {
  return request({
    url: '/system/user/cleanErrorNums/' + userName ,
    method: 'get',
  })
}
// 保存授权角色
export function updateAuthRole(data) {
@@ -142,3 +149,10 @@
    params: data
  })
}
// 查询授权角色
export function getdepartment(userName ) {
  return request({
    url: '/system/dingtalk/deptidList/' + 1 ,
    method: 'get',
  })
}