Merge branch 'feature-analysis-RLR-renpy' of http://git.hivekion.com:3000/xiaoguangbin/AnalysisSystemForRadionuclide_vue into master-dev

This commit is contained in:
xiaoguangbin 2023-11-08 11:13:11 +08:00
commit 33b44c1177
2 changed files with 11 additions and 11 deletions

View File

@ -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: {

View File

@ -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