xiangpei
2024-09-04 018b738e71f40cdacb2fc03a6e90b7c6b0b79078
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({