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