fix: 修复删除chart后下方顶上来的图不加载的问题

This commit is contained in:
陈劲松
2020-12-25 16:53:23 +08:00
committed by chenjinsong
parent 46fac12e89
commit af0561cabe
3 changed files with 3 additions and 6 deletions

View File

@@ -192,10 +192,6 @@
textChart
// visNetwork,
},
watch:{
dataList(n){
}
},
data() {
return {
filter: {},
@@ -695,7 +691,6 @@
},
// 获取一个图表具体数据,图表信息图表位置index
getChartData(chartInfo, pos, filterType) {
console.info(filterType)
const chartItem = chartInfo;
const index = pos; // 指标
if(chartItem.type === 'assetInfo'){
@@ -1612,7 +1607,7 @@
that.$refs['editChart'+item.id][0].showLoad(item);
}
}
}, 100);
}, 500);
},
},
created() {