NEZ-2682 fix:Explore输入表达式未进行查询情况下快照功能可使用且有数据
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user