From 5725e0d4bcbc3aa721c1672f43d3e5fa6f06bb2b Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 03 四月 2024 14:02:56 +0800
Subject: [PATCH] git ch
---
company/src/api/business/applyChange.js | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index c179688..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)
}
// 鏂板缓
@@ -26,3 +33,18 @@
export function findList (data) {
return request.post('/business/applyDetail/findList', data)
}
+
+// 涓氬姟澶勭悊
+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