From fe58e383f34bc4404eba1561cc2e26e9100ccb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Sat, 31 Aug 2024 15:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=96=91=E5=88=97=E8=A1=A8-=E5=AF=BC?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/minerals/patchsummary/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/demo/minerals/patchsummary/index.vue b/src/views/demo/minerals/patchsummary/index.vue index 47220c34..eaee2386 100644 --- a/src/views/demo/minerals/patchsummary/index.vue +++ b/src/views/demo/minerals/patchsummary/index.vue @@ -148,7 +148,7 @@ let url = ''; let fileName = ''; if (exportType == 'excel') { - url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSatellite/ExportCaseInfoWpxfTuBanList'; + url = VITE_GLOB_API_URL + '/api/DroneCaseInfoMinerals/ExportCaseInfoMineralsTuBanList'; fileName = '图斑汇总统计报表' + new Date().getTime() + '.xls'; } else if (exportType == 'shp') { url = VITE_GLOB_API_URL + '/api/DroneCaseInfoSatellite/ExportCaseInfoWpxfShapefile'; @@ -178,7 +178,8 @@ function onBtnClicked(domId) { switch (domId) { case 'btnExport': - open.value = true; + // open.value = true; + handleExport('excel'); break; default: break;