aa
jiangping
2024-08-02 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21
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) {