liukangdong
2024-09-23 a6d9e9a0798e9bd3ccc41befb7379f26dc2513de
h5/api/staff.js
@@ -116,6 +116,14 @@
    data
  })
}
// 隐患 流程列表
export const findListFlowDanger = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/business/hiddenDangerLog/findList',
    method: 'post',
    data
  })
}
// 车辆 列表
export const getCarsList = (data) => {
  return http({