非粮化导出接口

dianlixunjian
Zhufu 2024-08-05 14:24:59 +08:00
parent ba93b05a59
commit 9585b779d1
1 changed files with 2 additions and 2 deletions

View File

@ -134,10 +134,10 @@
let url = ''; let url = '';
let fileName = ''; let fileName = '';
if (exportType == 'excel') { if (exportType == 'excel') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSatellite/ExportCaseInfoWpxfTuBanList'; url = VITE_GLOB_API_URL + '/api/DroneCaseInfoFLH/ExportCaseInfoTuBanList';
fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls'; fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls';
} else if (exportType == 'shp') { } else if (exportType == 'shp') {
url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSatellite/ExportCaseInfoWpxfShapefile'; url = VITE_GLOB_API_URL + '/api/DroneCaseInfoFLH/ExportCaseInfoShapefile';
fileName = '图斑汇总矢量数据' + new Date().getTime() + '.zip'; fileName = '图斑汇总矢量数据' + new Date().getTime() + '.zip';
} }
axios({ axios({