From d478c6bc53000ffa1f243a67a752d22a76187194 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Mon, 12 Jul 2021 14:10:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BBdebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 984baf145..3e3c6a765 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -2262,7 +2262,6 @@ export default { } } else if (this.saveExportType === 'all') { - debugger let exportEOStr = JSON.stringify(this.SarExportSearchEo) window.open(interfaceUrl+'sarStandardsInfo/sar-standards-info/exportStandardsInfoExcel?exportType=' + this.saveExportType + '&exportContent=' + exportEOStr + '&exportName=' + this.exportName + '&standType=' + this.standType) this.$message.success('导出信息成功')