fix: 修改导出html system , logs 显示不对的问题 以及 复制logs 类型 表达式不显示的问题

This commit is contained in:
zhangyu
2022-05-11 15:34:37 +08:00
parent c8a5e689dc
commit 1b9c10902e
6 changed files with 24 additions and 66 deletions

View File

@@ -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) {