处理gamma by DB 如果分析状态为true 时,RRR 弹窗打不开的问题
This commit is contained in:
parent
f50fcf4fa2
commit
b509ff23a0
|
@ -556,7 +556,7 @@ export default {
|
||||||
peak,
|
peak,
|
||||||
BaseCtrls,
|
BaseCtrls,
|
||||||
} = result
|
} = result
|
||||||
if (flag && (flag == 'dab' || flag == 'file')) {
|
if (flag && (flag == 'db' || flag == 'file')) {
|
||||||
this.bAnalyed = result.bAnalyed
|
this.bAnalyed = result.bAnalyed
|
||||||
this.$emit('reAnalyed', this.bAnalyed)
|
this.$emit('reAnalyed', this.bAnalyed)
|
||||||
this.checkBox_updateCal = result.checkBox_updateCal
|
this.checkBox_updateCal = result.checkBox_updateCal
|
||||||
|
@ -1317,14 +1317,7 @@ export default {
|
||||||
|
|
||||||
// 分析工具Accept时刷新部分数据
|
// 分析工具Accept时刷新部分数据
|
||||||
handleAccept(data) {
|
handleAccept(data) {
|
||||||
const {
|
const { allData, peakSet, shadowChannelChart, shadowEnergyChart, shapeChannelData, shapeEnergyData } = data
|
||||||
allData,
|
|
||||||
peakSet,
|
|
||||||
shadowChannelChart,
|
|
||||||
shadowEnergyChart,
|
|
||||||
shapeChannelData,
|
|
||||||
shapeEnergyData,
|
|
||||||
} = data
|
|
||||||
|
|
||||||
const result = {
|
const result = {
|
||||||
DetailedInformation: this.detailedInfomation,
|
DetailedInformation: this.detailedInfomation,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user