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