影像质量问题为不正常时刷新融合页面
parent
56783a6f3a
commit
7d2fdd222a
|
@ -960,11 +960,6 @@ export default {
|
|||
if (!this.petctWindow) return
|
||||
this.petctWindow.postMessage({ type: 'setReadingState', data: data }, window.location)
|
||||
})
|
||||
DicomEvent.$on('reload', () => {
|
||||
if (this.petctWindow) {
|
||||
this.petctWindow.close()
|
||||
}
|
||||
})
|
||||
DicomEvent.$on('closePetct', () => {
|
||||
if (this.petctWindow) {
|
||||
this.petctWindow.close()
|
||||
|
|
|
@ -372,7 +372,7 @@ export default {
|
|||
DicomEvent.$emit('questionFormChange', false)
|
||||
}
|
||||
DicomEvent.$emit('getReportInfo', true)
|
||||
DicomEvent.$emit('readingPageUpdate', {})
|
||||
// DicomEvent.$emit('readingPageUpdate', {})
|
||||
var idx = this.visitTaskList.findIndex(i => i.VisitTaskId === this.visitTaskId)
|
||||
if (idx > -1 && !this.visitTaskList[idx].IsBaseLineTask) {
|
||||
if (parseInt(imageQuality) === 2) {
|
||||
|
@ -381,6 +381,7 @@ export default {
|
|||
}).then(() => {
|
||||
store.dispatch('reading/setImageQuality', imageQuality)
|
||||
DicomEvent.$emit('handleImageQualityAbnormal')
|
||||
DicomEvent.$emit('readingPageUpdate', {})
|
||||
}).catch(() => {
|
||||
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue