处理gamma by DB 如果分析状态为true 时,RRR 弹窗打不开的问题
This commit is contained in:
parent
f50fcf4fa2
commit
b509ff23a0
|
@ -42,7 +42,7 @@
|
||||||
<!-- 二级交互栏结束 -->
|
<!-- 二级交互栏结束 -->
|
||||||
<!-- 主体部分 -->
|
<!-- 主体部分 -->
|
||||||
<div class="gamma-analysis-main">
|
<div class="gamma-analysis-main">
|
||||||
<div class="gamma-analysis-chart" ref="chartContainerRef" tabindex="0" @keydown="handleKeyboardEvent">
|
<div class="gamma-analysis-chart" ref="chartContainerRef" tabindex="0" @keydown="handleKeyboardEvent">
|
||||||
<CustomChart
|
<CustomChart
|
||||||
ref="chartRef"
|
ref="chartRef"
|
||||||
:option="option"
|
:option="option"
|
||||||
|
@ -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
|
||||||
|
@ -570,7 +570,7 @@ export default {
|
||||||
this.peakList = peak
|
this.peakList = peak
|
||||||
}
|
}
|
||||||
|
|
||||||
if(BaseCtrls) {
|
if (BaseCtrls) {
|
||||||
this.baseCtrls = BaseCtrls
|
this.baseCtrls = BaseCtrls
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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