From 20b08e98cf8e12f884ae329a16fa9cef44e64f9e Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 01 四月 2024 15:58:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1
---
company/src/api/business/unionApply.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/unionApply.js b/company/src/api/business/unionApply.js
index cb10f1a..7655b62 100644
--- a/company/src/api/business/unionApply.js
+++ b/company/src/api/business/unionApply.js
@@ -11,6 +11,9 @@
export function create (data) {
return request.post('/business/unionApply/create', data)
}
+export function merge (data) {
+ return request.post('/business/unionApply/merge', data)
+}
// 淇敼
export function updateById (data) {
--
Gitblit v1.9.3