From 56edbd80963acea41d9b9737bb9264f57a6e4ae2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 19 十一月 2024 09:13:41 +0800
Subject: [PATCH] 优化

---
 company/src/api/business/applyChange.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index 0a5bfb0..bf4a495 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -11,6 +11,11 @@
         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
@@ -52,3 +57,11 @@
 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