From f297e0fd4695b5b4fa69a84c5c458dc689d971b1 Mon Sep 17 00:00:00 2001 From: wxyclub Date: Fri, 14 Jun 2024 14:46:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=87=E5=87=86=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E9=80=89=E4=B8=AD=E5=AF=BC=E5=87=BA=E5=B8=A6?= =?UTF-8?q?=E4=B8=8A=E6=B8=85=E5=8D=95ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index c765742f9..fc4b3b39e 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -950,7 +950,7 @@ export default { if (this.saveExportType === "apart") { if (this.selectedList != null && this.selectedList != "") { const exportURL = interfaceUrl + "sarLawsAttrDetailedList/sar-laws-attr-detailed-list/ExportLawsById?" + "type=" + 1 + - "&exportType" + this.saveExportType + "&ids=" + this.selectedList.join(",") + "&exportName=" + this.exportName; + "&exportType" + this.saveExportType + "&ids=" + this.selectedList.join(",") + "&exportName=" + this.exportName + "&id=" + this.pageId; window.open(exportURL); this.$message.success("导出信息成功"); }