From fa7e1930e0a2d2c8d426237f7cb03aad8138261c Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期二, 02 四月 2024 18:05:27 +0800 Subject: [PATCH] 提交一把 --- company/src/api/business/applyChange.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/company/src/api/business/applyChange.js b/company/src/api/business/applyChange.js index de60e43..9c5fa28 100644 --- a/company/src/api/business/applyChange.js +++ b/company/src/api/business/applyChange.js @@ -6,7 +6,11 @@ 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) -- Gitblit v1.9.3