龚焕茏
2024-04-11 725f07f7b46edef47c656bad40d1b92c30a0570c
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({