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

diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index 7f34754..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)
@@ -36,3 +40,8 @@
 export function applyChagneDetailList (data) {
     return request.post('/business/applyChagneDetail/list', data)
 }
+
+// 淇敼
+export function update (data) {
+    return request.post('/business/applyChange/update', data)
+}

--
Gitblit v1.9.3