From c1138d041adf44d911d55b70b08f2ea6a9c378a9 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期三, 03 四月 2024 18:32:00 +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 de60e43..90664a8 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -6,11 +6,23 @@
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)
+}
// 鏂板缓
export function create (data) {
--
Gitblit v1.9.3