From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 15:05:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 admin/src/api/business/customerLog.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/admin/src/api/business/customerLog.js b/admin/src/api/business/customerLog.js
index 72b9ea1..148bd1b 100644
--- a/admin/src/api/business/customerLog.js
+++ b/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) {

--
Gitblit v1.9.3