NEZ-1594 fix:Chart templates新增数据后,单击编辑按钮Metric内表达式消失

This commit is contained in:
zhangyu
2022-02-25 09:32:15 +08:00
parent 0db575272e
commit 3827850a68
2 changed files with 3 additions and 1 deletions

View File

@@ -402,7 +402,8 @@ export default {
name: this.editChart.name,
remark: this.editChart.remark,
groupId: this.editChart.groupId,
panelName: this.editChart.panelName
panelName: this.editChart.panelName,
varType: this.editChart.varType
}
},
preview (show) {