ruoyi-ui/src/api/system/user.js
@@ -137,9 +137,24 @@ 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', }) } //查看家庭信息 export function getAllFamilys(){ return request({ url: '/family/all' , method: 'get', }) }