上传具体任务时检验绑定任务id
parent
2b5ee56e6b
commit
2d673a414b
|
@ -657,6 +657,9 @@ export default {
|
||||||
SubjectCode: this.SubjectCode,
|
SubjectCode: this.SubjectCode,
|
||||||
SubjectId: this.SubjectId,
|
SubjectId: this.SubjectId,
|
||||||
}
|
}
|
||||||
|
if (this.VisitTaskId) {
|
||||||
|
data.VisitTaskId = this.VisitTaskId
|
||||||
|
}
|
||||||
let res = await verifyIRStudyAllowUpload(data)
|
let res = await verifyIRStudyAllowUpload(data)
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
return res.Result
|
return res.Result
|
||||||
|
|
Loading…
Reference in New Issue