Compare commits

..

No commits in common. "2e8095939b1a8b065e0cf40e48b14eb285a1b120" and "7f18e717b7f52f9be8f60256b6135c01f46db4cc" have entirely different histories.

1 changed files with 2 additions and 5 deletions

View File

@ -564,10 +564,7 @@ export default {
})
await store.dispatch('reading/refreshMeasuredData', this.visitTaskId)
DicomEvent.$emit('getMeasureData')
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)
this.$refs['ecrf3'].getQuestions(this.visitTaskId)
loading.close()
resolve()
} catch (e) { console.log(e) }