1
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-27 14:48:07 +08:00
parent 4faff7e85c
commit c73297003f
2 changed files with 4 additions and 4 deletions

View File

@ -1221,8 +1221,8 @@ export default {
if (idx > -1) {
this.taskId = this.visitTaskList[idx].VisitTaskId
}
this.uploadSubjectCode = this.$route.query.subjectCode
this.uploadSubjectId = this.$route.query.subjectId
this.uploadSubjectCode = this.$route.query.subjectCode||localStorage.getItem("subjectCode")
this.uploadSubjectId = this.$route.query.subjectId||localStorage.getItem("subjectId")
this.uploadTrialCriterion = this.trialCriterion
this.uploadStatus = status
this[`${status}ImageVisible`] = true

View File

@ -1083,8 +1083,8 @@ export default {
if (idx > -1) {
this.taskId = this.visitTaskList[idx].VisitTaskId
}
this.uploadSubjectCode = this.$route.query.subjectCode
this.uploadSubjectId = this.$route.query.subjectId
this.uploadSubjectCode = this.$route.query.subjectCode||localStorage.getItem("subjectCode")
this.uploadSubjectId = this.$route.query.subjectId||localStorage.getItem("subjectId")
this.uploadTrialCriterion = this.trialCriterion
this.uploadStatus = status
this[`${status}ImageVisible`] = true