jiangping
2025-04-18 0960aa02e50db0860d5d515dd7a46b302e599f1c
admin/src/api/business/workorder.js
@@ -24,6 +24,12 @@
export function updateById (data) {
  return request.post('/business/workorder/updateById', data)
}
export function getIndexData (data) {
  return request.post('/business/workorder/getIndexData', data)
}
export function getWorkOrderData (data) {
  return request.post('/business/workorder/getWorkOrderData', data)
}
// 删除
export function getById (id) {