fix:修复last无法修改的问题

This commit is contained in:
wangwenrui
2020-10-21 16:51:17 +08:00
parent b78b29398a
commit b5b557a9f8

View File

@@ -1178,7 +1178,7 @@
if(chartType === 'bar'||chartType === 'line'||chartType === 'stackArea'){
this.editChart.param={nullType:this.editChart.param.nullType,threshold:'',legendValue:{min:'off',max:'off',avg:'off',last:'off',total:'off'}}
}else if(chartType == 'table'){
this.editChart.param.last= 0;
this.$set(this.editChart.param,'last',0)
}
/*if(this.$refs.chartTag){
this.$refs.chartTag.forEach((item, index) => {