From 2713969db0393aff6e237fb104e0e819efa6d938 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 14 Mar 2023 10:47:12 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2682=20fix=EF=BC=9AExplore=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E8=A1=A8=E8=BE=BE=E5=BC=8F=E6=9C=AA=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=83=85=E5=86=B5=E4=B8=8B=E5=BF=AB=E7=85=A7?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=8F=AF=E4=BD=BF=E7=94=A8=E4=B8=94=E6=9C=89?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/page/dashboard/explore/exploreItem.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue index f10991a84..3f3bdf1b0 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue @@ -4242,6 +4242,10 @@ export default { return letter }, exportToHtml (name) { + if (this.showIntroduce) { + this.$message.error(this.$t('explore.queryExpression')) + return + } const params = { type: this.showMetrics ? 1 : 2, start: this.momentStrToTimestamp(this.filterTime[0]) / 1000,