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 |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/company/src/api/business/unionChange.js b/company/src/api/business/unionChange.js
index 76f4895..82281bd 100644
--- a/company/src/api/business/unionChange.js
+++ b/company/src/api/business/unionChange.js
@@ -6,6 +6,12 @@
         trim: true
     })
 }
+// 鏌ヨ
+export function getSignLink (data) {
+    return request.post('/business/unionChange/getSignLink', data, {
+        trim: true
+    })
+}
 
 // 鍒涘缓
 export function create (data) {
@@ -20,7 +26,19 @@
 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