ll
liukangdong
2024-10-31 18ca39af5c57a64f1d0b1d3f7b9a9979a88e899e
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({