k94314517
2024-07-25 a75b18a4157ab486e0b51c438ac165ab3a08e3e0
admin/src/api/business/customerLog.js
@@ -24,6 +24,12 @@
export function updateById (data) {
  return request.post('/business/customerLog/updateById', data)
}
export function reSubmit (data) {
  return request.post('/business/customerLog/reSubmit', data)
}
export function reSubmitAll (data) {
  return request.post('/business/customerLog/reSubmitAll', data)
}
// 删除
export function deleteById (id) {