From f63e0073e96abe1e52d74749f408e3f542600a09 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期三, 03 四月 2024 13:27:12 +0800
Subject: [PATCH] 提交一把
---
company/src/api/business/applyChange.js | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index 7f34754..715195c 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -6,10 +6,17 @@
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)
}
// 鏂板缓
@@ -36,3 +43,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