上传具体任务时检验绑定任务id

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-24 14:02:09 +08:00
parent 2b5ee56e6b
commit 2d673a414b
1 changed files with 3 additions and 0 deletions

View File

@ -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