From 09da100729793848bc01b51f7b05ca3f1e7ec64f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 20 六月 2024 14:05:35 +0800
Subject: [PATCH] 提交一把
---
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