nidapeng
2024-04-03 c1138d041adf44d911d55b70b08f2ea6a9c378a9
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
@@ -15,6 +20,9 @@
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) {