diff --git a/src/views/demo/inspectionaudit/patchsummary/index.vue b/src/views/demo/inspectionaudit/patchsummary/index.vue index 95b1d8f7..81dfe2b0 100644 --- a/src/views/demo/inspectionaudit/patchsummary/index.vue +++ b/src/views/demo/inspectionaudit/patchsummary/index.vue @@ -188,10 +188,10 @@ let url = ''; let fileName = ''; if (exportType == 'excel') { - url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExportCaseInfoTuBanList'; + url = VITE_GLOB_API_URL + '/api/DroneCaseInfoXcsj/ExportCaseInfoTuBanList'; fileName = '图斑列表统计报表' + new Date().getTime() + '.xls'; } else if (exportType == 'shp') { - url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSingle/ExportCaseInfoShapefile'; + url = VITE_GLOB_API_URL + '/api/DroneCaseInfoXcsj/ExportCaseInfoShapefile'; fileName = '图斑列表矢量数据' + new Date().getTime() + '.zip'; } axios({