Lugano脾脏测量bug修复

uat_us
caiyiling 2025-01-03 10:23:09 +08:00
parent 5328217853
commit b0dc5400aa
1 changed files with 5 additions and 2 deletions

View File

@ -561,10 +561,13 @@ export default {
})
})
})
})
})
await store.dispatch('reading/refreshMeasuredData', this.visitTaskId)
DicomEvent.$emit('getMeasureData')
this.$refs['ecrf3'].getQuestions(this.visitTaskId)
await store.dispatch('reading/refreshDicomReadingQuestionAnswer', { trialId: this.$route.query.trialId, visitTaskId: this.visitTaskId })
this.$refs['ecrf'].getQuestions(this.visitTaskId, true)
this.$refs['ecrf2'].getQuestions(this.visitTaskId, true)
this.$refs['ecrf3'].getQuestions(this.visitTaskId, true)
loading.close()
resolve()
} catch (e) { console.log(e) }