jiangping
2024-10-12 532d94b41c1b1cc76fc1ccb46cef174a26391ee3
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({