Merge branch 'feature-analysis-RLR-renpy' of http://git.hivekion.com:3000/xiaoguangbin/AnalysisSystemForRadionuclide_vue into master-dev
This commit is contained in:
commit
33b44c1177
|
@ -183,15 +183,15 @@ export default {
|
||||||
sampleInfo: {
|
sampleInfo: {
|
||||||
type: Object,
|
type: Object,
|
||||||
},
|
},
|
||||||
analyseCurrentSpectrum: {
|
// analyseCurrentSpectrum: {
|
||||||
type: Object,
|
// type: Object,
|
||||||
},
|
// },
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
this.SampleType = SampleType
|
this.SampleType = SampleType
|
||||||
|
|
||||||
return {
|
return {
|
||||||
// analyseCurrentSpectrum: {},
|
analyseCurrentSpectrum: {},
|
||||||
qcFlags: {},
|
qcFlags: {},
|
||||||
|
|
||||||
spectraVisible: false,
|
spectraVisible: false,
|
||||||
|
@ -590,7 +590,7 @@ export default {
|
||||||
data: newVal.XeData,
|
data: newVal.XeData,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
immediate: true,
|
// immediate: true,
|
||||||
deep: true,
|
deep: true,
|
||||||
},
|
},
|
||||||
sampleInfo: {
|
sampleInfo: {
|
||||||
|
|
|
@ -53,8 +53,8 @@
|
||||||
@reAnalyAll="getReAnalyAll"
|
@reAnalyAll="getReAnalyAll"
|
||||||
:sampleInfo="sampleInfo"
|
:sampleInfo="sampleInfo"
|
||||||
:sample="sampleData"
|
:sample="sampleData"
|
||||||
:analyseCurrentSpectrum="analyseCurrentSpectrumData"
|
|
||||||
/>
|
/>
|
||||||
|
<!-- :analyseCurrentSpectrum="analyseCurrentSpectrumData" -->
|
||||||
<!-- Beta-Gamma 分析 -->
|
<!-- Beta-Gamma 分析 -->
|
||||||
<div v-else class="empty">Please Select a Sample</div>
|
<div v-else class="empty">Please Select a Sample</div>
|
||||||
<resize-observer @notify="handleResize" />
|
<resize-observer @notify="handleResize" />
|
||||||
|
@ -375,7 +375,7 @@ export default {
|
||||||
betaGammaRlrModalVisible: false, // beta-gamma RLR 弹窗
|
betaGammaRlrModalVisible: false, // beta-gamma RLR 弹窗
|
||||||
statisticsParamerHistoryModalVisible: false, // beta-gamma Statistics Paramer History 弹窗
|
statisticsParamerHistoryModalVisible: false, // beta-gamma Statistics Paramer History 弹窗
|
||||||
bgLogViewerVisible: false, // beta-gamma Log 下的BG log viewer 弹窗
|
bgLogViewerVisible: false, // beta-gamma Log 下的BG log viewer 弹窗
|
||||||
analyseCurrentSpectrumData: {},
|
// analyseCurrentSpectrumData: {},
|
||||||
resultDisplayFlag: [],
|
resultDisplayFlag: [],
|
||||||
params_toDB: {
|
params_toDB: {
|
||||||
comment: '',
|
comment: '',
|
||||||
|
@ -466,7 +466,7 @@ export default {
|
||||||
this.params_toDB.checkDet = val.checkDet
|
this.params_toDB.checkDet = val.checkDet
|
||||||
},
|
},
|
||||||
getXeData(val) {
|
getXeData(val) {
|
||||||
this.$set(this.analyseCurrentSpectrumData, 'XeData', val)
|
// this.$set(this.analyseCurrentSpectrumData, 'XeData', val)
|
||||||
this.resultDisplayFlag = val
|
this.resultDisplayFlag = val
|
||||||
},
|
},
|
||||||
// formDB 来源 吧接口返回的文件名称添加到sampleData
|
// formDB 来源 吧接口返回的文件名称添加到sampleData
|
||||||
|
|
Loading…
Reference in New Issue
Block a user