feige
2023-12-05 3b3add749840ae9e9930822586ae5cad4a35de0a
ruoyi-ui/src/api/system/user.js
@@ -137,9 +137,16 @@
export function getSelfPermission(data) {
  return request({
    url: '/authority/condition',
    method: 'get',
    method: 'post',
    data: data
  })
}
//查看
export function getFamilyids(id) {
  return request({
    url: '/family/'+id ,
    method: 'get',
  })
}