From 3eddc630ae3c8cab8b20064acc0dd798a54f630b Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 23 Dec 2020 17:41:30 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aasset=E5=AF=BC=E5=87=BA=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E9=80=89=E6=8B=A9=E5=BD=93=E5=89=8D=E5=85=A8=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/exportXLSX.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/exportXLSX.vue b/nezha-fronted/src/components/common/exportXLSX.vue index c376552f7..868eb23c1 100644 --- a/nezha-fronted/src/components/common/exportXLSX.vue +++ b/nezha-fronted/src/components/common/exportXLSX.vue @@ -290,7 +290,7 @@ showImportBox:function(type){ this.importBox.show=true; this.importBox.type=type; - if(type == 2&&(this.$route.path==='/asset'|| this.$route.path==='/model')){ + if(type == 2&&(this.$route.path==='/model')){ this.exportCur() return }