From ee5aac2ff3be3fd060f5aa502329bc6b886607ed Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 02 四月 2024 18:22:11 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1

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

diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index de60e43..9c5fa28 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -6,7 +6,11 @@
         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)

--
Gitblit v1.9.3