病灶评估保存时刷新脾脏评估
parent
6fa4a6349c
commit
cb24021c0d
|
@ -825,7 +825,7 @@ export default {
|
|||
},
|
||||
getAnnotations() {
|
||||
return new Promise(resolve => {
|
||||
const viewportIds = ['PT_AXIAL', 'CT_AXIAL', 'FUSION_AXIAL']
|
||||
const viewportIds = ['FUSION_AXIAL']
|
||||
viewportIds.map(v => {
|
||||
const viewport = renderingEngine.getViewport(v)
|
||||
if (viewport) {
|
||||
|
|
|
@ -805,7 +805,7 @@ export default {
|
|||
async close(questionsObj) {
|
||||
if (questionsObj) {
|
||||
this.getReadingQuestionAndAnswer(questionsObj.visitTaskId)
|
||||
// FusionEvent.$emit('getAnnotations')
|
||||
FusionEvent.$emit('getAnnotations')
|
||||
FusionEvent.$emit('refreshQuestions')
|
||||
}
|
||||
this.activeItem.activeRowIndex = null
|
||||
|
|
|
@ -552,6 +552,7 @@ export default {
|
|||
})
|
||||
await store.dispatch('reading/refreshMeasuredData', this.visitTaskId)
|
||||
DicomEvent.$emit('getMeasureData')
|
||||
this.$refs['ecrf3'].getQuestions(this.visitTaskId)
|
||||
loading.close()
|
||||
resolve()
|
||||
} catch (e) { console.log(e) }
|
||||
|
|
Loading…
Reference in New Issue