diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue index c6925575..2f25bdd7 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue @@ -784,7 +784,8 @@ export default { } const res = await deleteReadingRowAnswer(param) if (res.IsSuccess) { - await this.getReadingQuestionAndAnswer(this.visitTaskId) + // await this.getReadingQuestionAndAnswer(this.visitTaskId) + this.refreshQuestions() DicomEvent.$emit('getReportInfo', true) // '删除成功!' this.$message.success(this.$t('common:message:deletedSuccessfully')) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue index cb421719..cf60ac7d 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue @@ -789,7 +789,8 @@ export default { } const res = await deleteReadingRowAnswer(param) if (res.IsSuccess) { - await this.getReadingQuestionAndAnswer(this.visitTaskId) + this.refreshQuestions() + // await this.getReadingQuestionAndAnswer(this.visitTaskId) DicomEvent.$emit('getReportInfo', true) // '删除成功!' this.$message.success(this.$t('common:message:deletedSuccessfully'))