Compare commits
2 Commits
06c56889d0
...
dc60a1ca4a
Author | SHA1 | Date |
---|---|---|
|
dc60a1ca4a | |
|
2d673a414b |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue