fix: 修复beta的analyze current spectrum后,ROI未更新问题

This commit is contained in:
Xu Zhimeng 2023-11-17 10:40:55 +08:00
parent ae1113c3df
commit 31d6fabea8

View File

@ -528,6 +528,8 @@ export default {
item.mdc = parseFloat(item.mdc.toPrecision(6))
})
this.$emit('reAnalyCurr', true, res.result.XeData)
this.handleReAnalyse(res.result)
}
} else {
this.$message.warning(res.message)