From 815fca2f3e8bf6f90c6d5a0dd4990c554e4d3d24 Mon Sep 17 00:00:00 2001 From: liuhuaizhi Date: Mon, 26 Jul 2021 17:44:23 +0800 Subject: [PATCH] =?UTF-8?q?45886=20=E8=BD=A6=E5=9E=8B=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93=EF=BC=8C=E6=9F=A5=E7=9C=8B=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=90=8E=EF=BC=8C=E6=9F=A5=E7=9C=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E6=96=87=E4=BB=B6=E4=BF=A1=E6=81=AF=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E5=AF=BC=E5=87=BA=E5=87=BA=E7=8E=B0=E4=BA=86?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E6=95=B0=E6=8D=AE=EF=BC=8C=E6=A0=87=E5=87=86?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=9B=9E=E6=98=BE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../localProductsOrProjectLibrary/pages/details.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue index f73e7aa91..da1ae7721 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue @@ -586,7 +586,6 @@ export default { } const exportURL = interfaceUrl + 'sarStandProjectLibrary/exportStandAttrInfoExcel?' + 'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id - console.log(exportURL) window.open(exportURL) this.$message.success('导出信息成功') }