ll
liukangdong
2024-11-14 9bfd32ac0781b51d2b8479b91a9754f18060fcb9
h5/api/staff.js
@@ -84,6 +84,14 @@
    method: 'get'
  })
}
// 部门列表
export const deptListPost = (data) => {
  return http({
    url: '/visitsAdmin/cloudService/business/company/list',
    method: 'post',
    data
  })
}
// 隐患 类型
export const DangerConfigType = (data) => {
  return http({