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