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