From b024252f983fb40a14ba46fd1162e2ebada325a9 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 6 Aug 2025 10:18:23 +0800 Subject: [PATCH] 1 --- .../trials-panel/visit/qc-check/components/qualityAssurance.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index b3c320fd..6e06107e 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -2121,6 +2121,7 @@ export default { StudyName: this.studyForm.StudyName, } if (this.isAuditToEdit) { + this.btnLoading = false const { CorrectImageExaminationInformation } = const_.processSignature this.signCode = CorrectImageExaminationInformation this.signVisible = true @@ -2212,6 +2213,7 @@ export default { this.noneDicomForm.SubjectId = this.data.SubjectId this.noneDicomForm.SubjectVisitId = this.data.Id if (this.isAuditToEdit) { + this.btnLoading = false const { CorrectImageExaminationInformation } = const_.processSignature this.signCode = CorrectImageExaminationInformation this.signVisible = true