company/src/api/business/unionChange.js
@@ -12,6 +12,10 @@ return request.post('/business/unionChange/create', data) } export function merge (data) { return request.post('/business/unionChange/merge', data) } // 修改 export function updateById (data) { return request.post('/business/unionChange/updateById', data)