From 5792e36950d6699aa6b52122d84770051213c141 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期三, 03 四月 2024 18:32:17 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1
---
company/src/api/business/unionChange.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/unionChange.js b/company/src/api/business/unionChange.js
index 687ef00..76f4895 100644
--- a/company/src/api/business/unionChange.js
+++ b/company/src/api/business/unionChange.js
@@ -12,6 +12,10 @@
return request.post('/business/unionChange/create', data)
}
+export function merge (data) {
+ return request.post('/business/unionChange/merge', data)
+}
+
// 淇敼
export function updateById (data) {
return request.post('/business/unionChange/updateById', data)
--
Gitblit v1.9.3