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', }) }