Compare commits
No commits in common. "dc60a1ca4ab19126dd208a0db9f1f57691571db4" and "06c56889d04fc1942fec899360d9da089a95de2c" have entirely different histories.
dc60a1ca4a
...
06c56889d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue