fix: 修复删除Peak后,在视觉上还存在的问题
This commit is contained in:
parent
8282663e3e
commit
e13f8cbc22
|
@ -892,6 +892,7 @@ export default {
|
||||||
barChart: this.barChart,
|
barChart: this.barChart,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
this.opts.notMerge = true
|
||||||
this.channelPeakChart = channelPeakChart
|
this.channelPeakChart = channelPeakChart
|
||||||
const series = []
|
const series = []
|
||||||
// 推入旧的BaseLine
|
// 推入旧的BaseLine
|
||||||
|
@ -908,13 +909,15 @@ export default {
|
||||||
|
|
||||||
this.list = table
|
this.list = table
|
||||||
|
|
||||||
this.opts.notMerge = true
|
|
||||||
this.option.series = series
|
this.option.series = series
|
||||||
this.resetChartOpts()
|
this.$nextTick(() => {
|
||||||
|
this.resetChartOpts()
|
||||||
|
})
|
||||||
|
|
||||||
this.selectedKeys = []
|
this.selectedKeys = []
|
||||||
|
|
||||||
this.selectedTableItem = null
|
this.selectedTableItem = null
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.$message.error(message)
|
this.$message.error(message)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user