fix: Fit Peaks后未将新的Peak内容传出来的问题

This commit is contained in:
Xu Zhimeng 2023-10-31 15:56:07 +08:00
parent 7601491497
commit a2ebcbcacd
2 changed files with 1 additions and 1 deletions

View File

@ -773,6 +773,7 @@ export default {
shadowEnergyChart,
shapeChannelData,
shapeEnergyData,
peak: table,
})
this.channelPeakChart = channelPeakChart

View File

@ -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()