上传具体任务时检验绑定任务id
This commit is contained in:
@@ -657,6 +657,9 @@ export default {
|
||||
SubjectCode: this.SubjectCode,
|
||||
SubjectId: this.SubjectId,
|
||||
}
|
||||
if (this.VisitTaskId) {
|
||||
data.VisitTaskId = this.VisitTaskId
|
||||
}
|
||||
let res = await verifyIRStudyAllowUpload(data)
|
||||
if (res.IsSuccess) {
|
||||
return res.Result
|
||||
|
||||
Reference in New Issue
Block a user