From 549d5559da8ccc6944eebe2dea24d3668db03644 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 03 四月 2024 18:30:30 +0800
Subject: [PATCH] mrshi
---
company/src/api/business/applyChange.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js
index 715195c..90664a8 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
--
Gitblit v1.9.3