liukangdong
2024-10-14 9c8dee1390f9c88f449f1a7f0d8b65a737ed696a
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({