company/src/api/business/applyChange.js
@@ -6,11 +6,18 @@ 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) {