feat:修改remark显示隐藏的问题

This commit is contained in:
zhangyu
2021-04-12 10:05:41 +08:00
parent 7ccd2c790a
commit 7417fb8726
10 changed files with 32 additions and 30 deletions

View File

@@ -1404,7 +1404,7 @@ export default {
removeChart (chartId) { // from 区分从哪里点击的删除 1.从图表面板 2.从编辑框
const chart = this.dataList.find(item => item.id === chartId)
if (chart) {
this.$emit('on-remove-chart', chart)
this.$emit('on-remove-group-chart', chart)
}
},
// 复制图表