处理重分析后,刻度更新的显示问题
This commit is contained in:
parent
186e7cf88c
commit
d431f339c2
|
@ -1531,6 +1531,7 @@ export default {
|
|||
const { success, result, message } = await postAction(`/gamma/Reprocessing?fileName=${fileName}`)
|
||||
if (success) {
|
||||
this.isReAnalyed = true
|
||||
this.bAnalyed = result.bAnalyed
|
||||
this.$emit('reAnalyed', this.isReAnalyed)
|
||||
this.handleResetState()
|
||||
result.DetailedInformation = this.detailedInfomation
|
||||
|
|
Loading…
Reference in New Issue
Block a user