fix: 修改导出html system , logs 显示不对的问题 以及 复制logs 类型 表达式不显示的问题
This commit is contained in:
@@ -424,7 +424,7 @@ export default {
|
||||
item.chartId = ''
|
||||
delete item.seq
|
||||
})
|
||||
if (this.chart.datasource !== 'metrics' && this.chart.datasource !== 'log') {
|
||||
if (this.chart.datasource !== 'metrics' && this.chart.datasource !== 'logs') {
|
||||
delete this.chart.elements
|
||||
}
|
||||
if (!this.chart.groupId || this.chart.groupId == -1) {
|
||||
|
||||
Reference in New Issue
Block a user