diff --git a/src/views/trials/trials-panel/reading/dicoms/index.vue b/src/views/trials/trials-panel/reading/dicoms/index.vue index 493be01..75f336f 100644 --- a/src/views/trials/trials-panel/reading/dicoms/index.vue +++ b/src/views/trials/trials-panel/reading/dicoms/index.vue @@ -221,7 +221,7 @@ export default { this.$nextTick(() => { this.isShow = true this.loading = false - if (res.Result.IsFirstChangeTask && res.Result.ReadingTaskState === 0) { + if (res.Result.IsFirstChangeTask) { this.tipVisible = true } })