龚焕茏
2024-08-23 4f3e227f703f905c6ee53e45a4f6620355cf70e4
src/api/platform/work-order.js
@@ -79,6 +79,15 @@
  })
}
// 批量审核工单
export function batchAuditing(data) {
  return request({
    url: '/work-order/batchAuditing',
    method: 'put',
    data: data
  })
}
// 工单运维情况
export function ywCondition(data) {
  return request({