fix: 修复单值图表编辑框多出一个metric的bug

This commit is contained in:
chenjinsong
2020-08-06 10:07:47 +08:00
parent af70abd141
commit bf8c49235c

View File

@@ -1145,7 +1145,6 @@
this.setIsAlertList();
} else if(n.type === 'singleStat'){
this.setIsSingleStat();
this.resetElements();
} else {
this.setIsOtherChart();
}