|  |  |  | 
|---|
|  |  |  | trim: true | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | // 项目树 | 
|---|
|  |  |  | export function tree (data) { | 
|---|
|  |  |  | return request.post('/visitsAdmin/cloudService/business/ywProject/tree', data, { | 
|---|
|  |  |  | trim: true | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | // 导出Excel | 
|---|
|  |  |  | export function exportExcel (data) { | 
|---|
|  |  |  | return request.post('/visitsAdmin/cloudService/business/ywProject/exportExcel', data, { | 
|---|
|  |  |  | 
|---|
|  |  |  | return request.get(`/visitsAdmin/cloudService/business/ywProject/${id}`) | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 根据ID查询 | 
|---|
|  |  |  | export function getProjectById (id) { | 
|---|
|  |  |  | return request.get(`/visitsAdmin/cloudService/business/ywProject/${id}`) | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 批量删除 | 
|---|
|  |  |  | export function deleteByIdInBatch (ids) { | 
|---|
|  |  |  | return request.get('/visitsAdmin/cloudService/business/ywProject/delete/batch', { | 
|---|