liukangdong
2024-09-29 b2d360d9113b6955287108ca9e90d76a1f3c1419
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) {