From a01d637e9ff2bf26aa44c65a239413a38bd8b1fe Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 04 六月 2025 09:39:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1

---
 company/src/api/business/applyChange.js |   33 +++++++++++++++++++++++++++++++--
 1 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index 7f34754..bf4a495 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -6,10 +6,27 @@
         trim: true
     })
 }
-
+export function listAll (data) {
+    return request.post('/business/applyChange/list', data, {
+        trim: true
+    })
+}
+export function monthList (data) {
+    return request.post('/business/applyChange/monthList', data, {
+        trim: true
+    })
+}
+export function getChangeMemberListOnlineSignLink (data) {
+    return request.post('business/applyChange/getChangeMemberListOnlineSignLink', data, {
+        trim: true
+    })
+}
 // 淇敼
 export function updateById (data) {
     return request.post('/business/applyChange/updateById', data)
+}
+export function check (data) {
+    return request.post('/business/applyChange/check', data)
 }
 
 // 鏂板缓
@@ -31,8 +48,20 @@
 export function applyChangeOpt (data) {
     return request.post('/business/applyChange/applyChangeOpt', data)
 }
-
 // 鍒楄〃鏌ヨ
 export function applyChagneDetailList (data) {
     return request.post('/business/applyChagneDetail/list', data)
 }
+
+// 淇敼
+export function update (data) {
+    return request.post('/business/applyChange/update', data)
+}
+
+// 瀵煎嚭淇濆崟涓嬫墍鏈夊姞鍑忎繚璇︽儏鍗�
+export function exportApplyJiajianBaoExcel (data) {
+    return request.post('/business/applyChange/exportApplyJiajianBaoExcel', data, {
+        trim: true,
+        download: true
+    })
+}

--
Gitblit v1.9.3