fix: 修复accept后peak值不对的问题
This commit is contained in:
parent
449570f171
commit
af9c537f34
|
@ -1382,7 +1382,7 @@ export default {
|
||||||
|
|
||||||
// 分析工具Accept时刷新部分数据
|
// 分析工具Accept时刷新部分数据
|
||||||
handleAccept(data) {
|
handleAccept(data) {
|
||||||
const { allData, peakSet, shadowChannelChart, shadowEnergyChart, shapeChannelData, shapeEnergyData, barChart } = data
|
const { allData, peak, shadowChannelChart, shadowEnergyChart, shapeChannelData, shapeEnergyData, barChart } = data
|
||||||
|
|
||||||
const result = {
|
const result = {
|
||||||
DetailedInformation: this.detailedInfomation,
|
DetailedInformation: this.detailedInfomation,
|
||||||
|
@ -1392,7 +1392,7 @@ export default {
|
||||||
shadowEnergyChart,
|
shadowEnergyChart,
|
||||||
shapeChannelData,
|
shapeChannelData,
|
||||||
shapeEnergyData,
|
shapeEnergyData,
|
||||||
peak: peakSet,
|
peak,
|
||||||
BaseCtrls: this.baseCtrls,
|
BaseCtrls: this.baseCtrls,
|
||||||
bAnalyed: this.bAnalyed,
|
bAnalyed: this.bAnalyed,
|
||||||
barChart
|
barChart
|
||||||
|
|
Loading…
Reference in New Issue
Block a user