xiangpei
2024-08-29 ca18425f8cb3b9e09cc1a1df31d7b91f77bb7566
src/api/platform/people.js
@@ -17,6 +17,14 @@
  })
}
// 根据运维单位查询运维人员详细
export function getPeopleByUnitId(id) {
  return request({
    url: '/yw-people/getPeopleByUnitId/' + id,
    method: 'get'
  })
}
// 新增运维人员
export function addPeople(data) {
  return request({