fix: 修复Beta谱分析右下角checkbox点击后,savedAnalysisResult被置为0的问题

This commit is contained in:
Xu Zhimeng 2024-04-17 10:36:44 +08:00
parent 333a7fd1f4
commit f8e412f0e7

View File

@ -303,7 +303,7 @@ export default {
item.nidFlag = val ? 1 : 0 item.nidFlag = val ? 1 : 0
} }
}) })
this.$emit('sendInfo', this.resultDisplay, this.spectrumData.stationCode) this.$emit('sendInfo', this.resultDisplay, this.spectrumData.stationCode, this.sampleDetail.savedAnalysisResult)
}, },
async getSampleDetail() { async getSampleDetail() {
this.spectraType = this.SampleType[0].value this.spectraType = this.SampleType[0].value