From 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 09:03:01 +0800
Subject: [PATCH] git ch
---
company/src/api/business/unionChange.js | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/unionChange.js b/company/src/api/business/unionChange.js
index 687ef00..82281bd 100644
--- a/company/src/api/business/unionChange.js
+++ b/company/src/api/business/unionChange.js
@@ -6,17 +6,39 @@
trim: true
})
}
+// 鏌ヨ
+export function getSignLink (data) {
+ return request.post('/business/unionChange/getSignLink', data, {
+ trim: true
+ })
+}
// 鍒涘缓
export function create (data) {
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)
}
+export function uploadBXD (data) {
+ return request.post('/business/unionChange/uploadBXD', data)
+}
+export function close (data) {
+ return request.post('/business/unionChange/close', data)
+}
+export function exportDetailExcel (data) {
+ return request.post('/business/unionChange/exportDetailExcel', data, {
+ trim: true,
+ download: true
+ })
+}
// 鏍规嵁ID鏌ヨ
export function getById (id) {
return request.get(`/business/unionChange/${id}`)
--
Gitblit v1.9.3