fix:处理group删除 子组件未刷新的问题 以及保存 文本 url以及列表保存不到group的问题
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<span v-show="!showList" class="collapse-content">({{chartData.children.length}} charts)</span>
|
||||
</span>
|
||||
<span class="chart-title-icon" :class="{'visible':caretShow,'hidden':!caretShow}">
|
||||
<span v-if="chartData.remark">
|
||||
<span>
|
||||
<el-tooltip :content="chartData.remark" placement="top" effect="light">
|
||||
<i class="nz-icon nz-icon-info-normal"></i>
|
||||
</el-tooltip>
|
||||
@@ -226,6 +226,10 @@ export default {
|
||||
this.dropdownMenuShow = false
|
||||
this.$emit('on-remove-group-chart', chart)
|
||||
},
|
||||
// 删除group 下的该图表
|
||||
removeChartGroup (chart) {
|
||||
this.$emit('on-remove-group-chart', chart)
|
||||
},
|
||||
addGroupItemChart () {
|
||||
this.$emit('on-add-group-item-chart', this.data.id)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user