Compare commits

..

No commits in common. "dc60a1ca4ab19126dd208a0db9f1f57691571db4" and "06c56889d04fc1942fec899360d9da089a95de2c" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -657,9 +657,6 @@ 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