k94314517
2025-02-20 8b65a5c9e392f46eeea7cfda9647d59aee4ec81a
admin/src/api/business/bikeRepair.js
@@ -9,5 +9,10 @@
// 修改
export function updateById (data) {
  return request.post('/business/bikeRepair/updateById', data)
  return request.post('/business/bikeRepair/deal', data)
}
// 修改
export function getFileList (id) {
  return request.get(`/business/bikeRepair/getFileList/${id}`)
}