From 09da100729793848bc01b51f7b05ca3f1e7ec64f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 20 六月 2024 14:05:35 +0800
Subject: [PATCH] 提交一把

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

diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index 7f34754..0a5bfb0 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -6,10 +6,22 @@
         trim: true
     })
 }
-
+export function listAll (data) {
+    return request.post('/business/applyChange/list', 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 +43,12 @@
 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)
+}

--
Gitblit v1.9.3