fix: 刷新中存在的问题
This commit is contained in:
parent
ffb75d9b35
commit
718e8bd788
|
@ -911,17 +911,21 @@ export default {
|
|||
table,
|
||||
} = result
|
||||
|
||||
this.$bus.$emit('selfRefresh', {
|
||||
allData,
|
||||
channelPeakChart,
|
||||
shadowChannelChart,
|
||||
shadowEnergyChart,
|
||||
shapeChannelData,
|
||||
shapeEnergyData,
|
||||
peak: table,
|
||||
barChart: this.barChart,
|
||||
BaseCtrls: cloneDeep(this.BaseCtrls),
|
||||
})
|
||||
this.$bus.$emit(
|
||||
'selfRefresh',
|
||||
{
|
||||
allData,
|
||||
channelPeakChart,
|
||||
shadowChannelChart,
|
||||
shadowEnergyChart,
|
||||
shapeChannelData,
|
||||
shapeEnergyData,
|
||||
peak: table,
|
||||
barChart: this.barChart,
|
||||
BaseCtrls: cloneDeep(this.BaseCtrls),
|
||||
},
|
||||
this.currROIIndex
|
||||
)
|
||||
|
||||
this.channelPeakChart = channelPeakChart
|
||||
this.channelBaseLineChart = channelBaseLineChart
|
||||
|
@ -1004,17 +1008,21 @@ export default {
|
|||
table,
|
||||
} = result
|
||||
|
||||
this.$bus.$emit('selfRefresh', {
|
||||
allData,
|
||||
channelPeakChart,
|
||||
shadowChannelChart,
|
||||
shadowEnergyChart,
|
||||
shapeChannelData,
|
||||
shapeEnergyData,
|
||||
peak: table,
|
||||
barChart: this.barChart,
|
||||
BaseCtrls: cloneDeep(this.BaseCtrls),
|
||||
})
|
||||
this.$bus.$emit(
|
||||
'selfRefresh',
|
||||
{
|
||||
allData,
|
||||
channelPeakChart,
|
||||
shadowChannelChart,
|
||||
shadowEnergyChart,
|
||||
shapeChannelData,
|
||||
shapeEnergyData,
|
||||
peak: table,
|
||||
barChart: this.barChart,
|
||||
BaseCtrls: cloneDeep(this.BaseCtrls),
|
||||
},
|
||||
this.currROIIndex
|
||||
)
|
||||
|
||||
this.opts.notMerge = true
|
||||
this.channelPeakChart = channelPeakChart
|
||||
|
|
Loading…
Reference in New Issue
Block a user