From 9a819fa35464df79a1a8a56e132b3463fac520a7 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期日, 07 四月 2024 18:59:08 +0800
Subject: [PATCH] mrshi
---
company/src/api/business/applyChange.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index 9c5fa28..0a5bfb0 100644
--- a/company/src/api/business/applyChange.js
+++ b/company/src/api/business/applyChange.js
@@ -6,6 +6,11 @@
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
@@ -14,6 +19,9 @@
// 淇敼
export function updateById (data) {
return request.post('/business/applyChange/updateById', data)
+}
+export function check (data) {
+ return request.post('/business/applyChange/check', data)
}
// 鏂板缓
@@ -35,7 +43,6 @@
export function applyChangeOpt (data) {
return request.post('/business/applyChange/applyChangeOpt', data)
}
-
// 鍒楄〃鏌ヨ
export function applyChagneDetailList (data) {
return request.post('/business/applyChagneDetail/list', data)
--
Gitblit v1.9.3