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