jiaosong
2023-10-24 ac6ebf47da02af1356d8259f13955412f698733d
admin/src/api/business/bikeRepair.js
@@ -11,3 +11,8 @@
export function updateById (data) {
  return request.post('/business/bikeRepair/updateById', data)
}
// 修改
export function getFileList (id) {
  return request.post(`/business/bikeRepair/getFileList/${id}`)
}