src/api/system/user.js
@@ -120,7 +120,7 @@ // 保存授权角色 export function updateAuthRole(data) { return request({ url: '/system/user/authRole/edit', url: '/system/user/authRole', method: 'post', params: data }) @@ -133,3 +133,11 @@ method: 'get' }) } // 新增科室/病区 export function adduserdept(data) { return request({ url: '/smartor/userdept/add', method: 'post', params: data }) }