Compare commits
No commits in common. "9402501c0bd731c61c2633c3647234f508a2ef54" and "860d932a5dbf51b7fb92dfa7c4b33574c6881a78" have entirely different histories.
9402501c0b
...
860d932a5d
|
@ -725,7 +725,6 @@
|
|||
:SubjectId="uploadSubjectId"
|
||||
:SubjectCode="uploadSubjectCode"
|
||||
:Criterion="uploadTrialCriterion"
|
||||
:TaskId="taskId"
|
||||
:visible.sync="downloadImageVisible"
|
||||
/>
|
||||
</div>
|
||||
|
@ -931,7 +930,6 @@ export default {
|
|||
uploadSubjectCode: null,
|
||||
uploadTrialCriterion: {},
|
||||
uploadStatus: 'upload',
|
||||
taskId: ''
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -1170,10 +1168,6 @@ export default {
|
|||
.catch(() => {})
|
||||
},
|
||||
openUploadImage(status) {
|
||||
const idx = this.visitTaskList.findIndex(i => i.IsCurrentTask)
|
||||
if (idx > -1) {
|
||||
this.taskId = this.visitTaskList[idx].VisitTaskId
|
||||
}
|
||||
this.uploadSubjectCode = this.$route.query.subjectCode
|
||||
this.uploadSubjectId = this.$route.query.subjectId
|
||||
this.uploadTrialCriterion = this.trialCriterion
|
||||
|
|
|
@ -669,7 +669,6 @@
|
|||
:SubjectId="uploadSubjectId"
|
||||
:SubjectCode="uploadSubjectCode"
|
||||
:Criterion="uploadTrialCriterion"
|
||||
:TaskId="taskId"
|
||||
:visible.sync="downloadImageVisible"
|
||||
/>
|
||||
</div>
|
||||
|
@ -890,7 +889,6 @@ export default {
|
|||
uploadSubjectCode: null,
|
||||
uploadTrialCriterion: {},
|
||||
uploadStatus: 'upload',
|
||||
taskId: ''
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -1075,10 +1073,6 @@ export default {
|
|||
.catch(() => {})
|
||||
},
|
||||
openUploadImage(status) {
|
||||
const idx = this.visitTaskList.findIndex(i => i.IsCurrentTask)
|
||||
if (idx > -1) {
|
||||
this.taskId = this.visitTaskList[idx].VisitTaskId
|
||||
}
|
||||
this.uploadSubjectCode = this.$route.query.subjectCode
|
||||
this.uploadSubjectId = this.$route.query.subjectId
|
||||
this.uploadTrialCriterion = this.trialCriterion
|
||||
|
|
Loading…
Reference in New Issue