From e5f04c22b286a67520558dbfcacb90bfacaf9d33 Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Wed, 18 Sep 2024 08:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=9F=A5=E5=AE=A1=E8=AE=A1=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/inspectionaudit/patchsummary/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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({