1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c2aa83f4b8
commit
3fc7d70b3f
|
@ -1079,7 +1079,6 @@ export default {
|
||||||
this.$refs.pathClear.value = ''
|
this.$refs.pathClear.value = ''
|
||||||
this.list.forEach((item) => {
|
this.list.forEach((item) => {
|
||||||
this.$refs[`pathClear_${item.VisitTaskId}`].value = ''
|
this.$refs[`pathClear_${item.VisitTaskId}`].value = ''
|
||||||
console.log(this.$refs[`pathClear_${item.VisitTaskId}`])
|
|
||||||
})
|
})
|
||||||
this.btnLoading = false
|
this.btnLoading = false
|
||||||
if (this.studyErrorList.length > 0) {
|
if (this.studyErrorList.length > 0) {
|
||||||
|
@ -1121,10 +1120,14 @@ export default {
|
||||||
dicomInfo.subjectId = scope.SubjectId
|
dicomInfo.subjectId = scope.SubjectId
|
||||||
dicomInfo.subjectVisitId = scope.subjectVisitId
|
dicomInfo.subjectVisitId = scope.subjectVisitId
|
||||||
let t = setInterval(() => {
|
let t = setInterval(() => {
|
||||||
|
console.log(11111111)
|
||||||
dicomUploadInProgress({
|
dicomUploadInProgress({
|
||||||
trialId: scope.trialId,
|
trialId: scope.trialId,
|
||||||
studyInstanceUid: dicomInfo.studyUid,
|
studyInstanceUid: dicomInfo.studyUid,
|
||||||
}).then((res) => {})
|
VisitTaskId: dicomInfo.visitTaskId,
|
||||||
|
}).then((res) => {
|
||||||
|
console.log(dicomInfo.visitTaskId)
|
||||||
|
})
|
||||||
}, 5000)
|
}, 5000)
|
||||||
scope.myInterval.push(t)
|
scope.myInterval.push(t)
|
||||||
let Record = {
|
let Record = {
|
||||||
|
|
Loading…
Reference in New Issue