病灶评估保存时刷新脾脏评估

uat_us
caiyiling 2024-04-15 13:48:59 +08:00
parent 6fa4a6349c
commit cb24021c0d
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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