fix: 刷新中存在的问题

This commit is contained in:
Xu Zhimeng 2024-07-25 19:07:38 +08:00
parent ffb75d9b35
commit 718e8bd788

View File

@ -911,7 +911,9 @@ export default {
table,
} = result
this.$bus.$emit('selfRefresh', {
this.$bus.$emit(
'selfRefresh',
{
allData,
channelPeakChart,
shadowChannelChart,
@ -921,7 +923,9 @@ export default {
peak: table,
barChart: this.barChart,
BaseCtrls: cloneDeep(this.BaseCtrls),
})
},
this.currROIIndex
)
this.channelPeakChart = channelPeakChart
this.channelBaseLineChart = channelBaseLineChart
@ -1004,7 +1008,9 @@ export default {
table,
} = result
this.$bus.$emit('selfRefresh', {
this.$bus.$emit(
'selfRefresh',
{
allData,
channelPeakChart,
shadowChannelChart,
@ -1014,7 +1020,9 @@ export default {
peak: table,
barChart: this.barChart,
BaseCtrls: cloneDeep(this.BaseCtrls),
})
},
this.currROIIndex
)
this.opts.notMerge = true
this.channelPeakChart = channelPeakChart