| | |
| | | trim: true |
| | | }) |
| | | } |
| | | export function areaList (data) { |
| | | return request.post('/business/zhongtai/areaList',data, { |
| | | trim: true |
| | | }) |
| | | } |
| | | // 查询 |
| | | export function fetchList3 (data) { |
| | | return request.get(`/business/shop/tree`, { |
| | |
| | | export function importFcodeBatch (data) { |
| | | return request.post('/business/shop/importFcodeBatch', data) |
| | | } |
| | | export function importCategoryBatch (data) { |
| | | return request.post('/business/shop/importCategoryBatch', data) |
| | | } |
| | | // 导出Excel |
| | | export function exportExcel (data) { |
| | | return request.post('/business/shop/exportExcel', data, { |