xiangpei
2025-04-08 6cf7ea7aa09553b9fe148f94ec6158dbb2b2c9bc
src/api/system/user.js
@@ -160,3 +160,11 @@
    method: 'get'
  })
}
// 查询部门下人员
export function getByDept(deptId) {
  return request({
    url: '/system/user/getByDept/'+deptId,
    method: 'get'
  })
}