fix: Fit Peaks后未将新的Peak内容传出来的问题
This commit is contained in:
parent
7601491497
commit
a2ebcbcacd
|
@ -773,6 +773,7 @@ export default {
|
|||
shadowEnergyChart,
|
||||
shapeChannelData,
|
||||
shapeEnergyData,
|
||||
peak: table,
|
||||
})
|
||||
|
||||
this.channelPeakChart = channelPeakChart
|
||||
|
|
|
@ -1301,7 +1301,6 @@ export default {
|
|||
|
||||
// 从分析工具刷新部分数据
|
||||
handleRefresh(data) {
|
||||
console.log('%c [ data ]-1304', 'font-size:13px; background:pink; color:#bf2c9f;', data)
|
||||
data.DetailedInformation = this.detailedInfomation
|
||||
data.QCFlag = this.qcFlags
|
||||
this.clearCompareLine()
|
||||
|
|
Loading…
Reference in New Issue
Block a user