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