NEZ-2682 fix:Explore输入表达式未进行查询情况下快照功能可使用且有数据

This commit is contained in:
zhangyu
2023-03-14 10:47:12 +08:00
parent 0ad70b7463
commit 2713969db0

View File

@@ -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,