处理重分析后,刻度更新的显示问题
This commit is contained in:
parent
186e7cf88c
commit
d431f339c2
|
@ -1439,7 +1439,7 @@ export default {
|
|||
const { sampleFilePrefix, qualify, dataType, liveTime } = parser
|
||||
|
||||
const hide = this.$message.loading('Uploading...', 0)
|
||||
|
||||
|
||||
const zipedFiles = await zipFile([file], 'test.zip')
|
||||
try {
|
||||
const formData = new FormData()
|
||||
|
@ -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