feat:修改remark显示隐藏的问题
This commit is contained in:
@@ -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)
|
||||
}
|
||||
},
|
||||
// 复制图表
|
||||
|
||||
Reference in New Issue
Block a user