11
WXL
4 小时以前 72dc0bc085496aeb2c3936a4139546fa3cf4e1d1
src/api/system/user.js
@@ -149,3 +149,10 @@
    params: data
  })
}
// 查询授权角色
export function getdepartment(userName ) {
  return request({
    url: '/system/dingtalk/deptidList/' + 1 ,
    method: 'get',
  })
}