1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c1be3bbf4d
commit
b024252f98
|
@ -2121,6 +2121,7 @@ export default {
|
||||||
StudyName: this.studyForm.StudyName,
|
StudyName: this.studyForm.StudyName,
|
||||||
}
|
}
|
||||||
if (this.isAuditToEdit) {
|
if (this.isAuditToEdit) {
|
||||||
|
this.btnLoading = false
|
||||||
const { CorrectImageExaminationInformation } = const_.processSignature
|
const { CorrectImageExaminationInformation } = const_.processSignature
|
||||||
this.signCode = CorrectImageExaminationInformation
|
this.signCode = CorrectImageExaminationInformation
|
||||||
this.signVisible = true
|
this.signVisible = true
|
||||||
|
@ -2212,6 +2213,7 @@ export default {
|
||||||
this.noneDicomForm.SubjectId = this.data.SubjectId
|
this.noneDicomForm.SubjectId = this.data.SubjectId
|
||||||
this.noneDicomForm.SubjectVisitId = this.data.Id
|
this.noneDicomForm.SubjectVisitId = this.data.Id
|
||||||
if (this.isAuditToEdit) {
|
if (this.isAuditToEdit) {
|
||||||
|
this.btnLoading = false
|
||||||
const { CorrectImageExaminationInformation } = const_.processSignature
|
const { CorrectImageExaminationInformation } = const_.processSignature
|
||||||
this.signCode = CorrectImageExaminationInformation
|
this.signCode = CorrectImageExaminationInformation
|
||||||
this.signVisible = true
|
this.signVisible = true
|
||||||
|
|
Loading…
Reference in New Issue