|  |  | 
 |  |  |     trim: true | 
 |  |  |   }) | 
 |  |  | } | 
 |  |  |  | 
 |  |  | // 创建 | 
 |  |  | // 导出Excel | 
 |  |  | export function exportExcel (data) { | 
 |  |  |   return request.post('/visitsAdmin/cloudService/business/category/exportChildExcel', data, { | 
 |  |  |     trim: true, | 
 |  |  |     download: true | 
 |  |  |   }) | 
 |  |  | } | 
 |  |  | export function create (data) { | 
 |  |  |   return request.post('/visitsAdmin/cloudService/business/category/create', data) | 
 |  |  | } | 
 |  |  | 
 |  |  |  | 
 |  |  | // 批量删除 | 
 |  |  | export function deleteByIdInBatch (ids) { | 
 |  |  |   return request.get('/business/category/delete/batch', { | 
 |  |  |   return request.get('/visitsAdmin/cloudService/business/category/delete/batch', { | 
 |  |  |     params: { | 
 |  |  |       ids | 
 |  |  |     } |