处理重分析后,刻度更新的显示问题

This commit is contained in:
任珮宇 2023-11-15 17:39:37 +08:00
parent 186e7cf88c
commit d431f339c2

View File

@ -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