处理 beta 重新分析后,view RRR 被拦截的问题
This commit is contained in:
parent
dd993b4ac8
commit
cda0b089ad
|
@ -147,6 +147,7 @@ export default {
|
||||||
item.mdc = parseFloat(item.mdc.toPrecision(6))
|
item.mdc = parseFloat(item.mdc.toPrecision(6))
|
||||||
})
|
})
|
||||||
this.$emit('sendXeData', res.result.XeData)
|
this.$emit('sendXeData', res.result.XeData)
|
||||||
|
this.$emit('reAnalyAll', true, res.result.XeData)
|
||||||
this.$message.success('Analyse Success!')
|
this.$message.success('Analyse Success!')
|
||||||
this.isReanlyze = true
|
this.isReanlyze = true
|
||||||
this.handleExit()
|
this.handleExit()
|
||||||
|
|
|
@ -179,6 +179,7 @@
|
||||||
:sampleList="sampleList"
|
:sampleList="sampleList"
|
||||||
@sendInfo="getCheckFlag"
|
@sendInfo="getCheckFlag"
|
||||||
@sendXeData="getXeData"
|
@sendXeData="getXeData"
|
||||||
|
@reAnalyCurr="getReAnalyCurr"
|
||||||
/>
|
/>
|
||||||
<!-- Beta-Gamma 的Energy Calibration结束 -->
|
<!-- Beta-Gamma 的Energy Calibration结束 -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user