fix: 修复Beta谱分析右下角checkbox点击后,savedAnalysisResult被置为0的问题
This commit is contained in:
parent
333a7fd1f4
commit
f8e412f0e7
|
@ -303,7 +303,7 @@ export default {
|
|||
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() {
|
||||
this.spectraType = this.SampleType[0].value
|
||||
|
|
Loading…
Reference in New Issue
Block a user