From b8ffee963236f66b8b40a6180813d99f34c45cd1 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 03 四月 2024 10:55:17 +0800
Subject: [PATCH] git ch

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

diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index de60e43..715195c 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -6,11 +6,18 @@
         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)
+}
 
 // 鏂板缓
 export function create (data) {

--
Gitblit v1.9.3