检查未绑定列表绑定访视
parent
49e22d55cd
commit
15fa513453
|
@ -128,7 +128,7 @@ export default {
|
||||||
TrialId: this.data.TrialId,
|
TrialId: this.data.TrialId,
|
||||||
SubjectId: this.data.SubjectId,
|
SubjectId: this.data.SubjectId,
|
||||||
SubjectVisitId: this.form.SubjectVisitId,
|
SubjectVisitId: this.form.SubjectVisitId,
|
||||||
ScpStudyId: this.data.StudyId,
|
ScpStudyId: this.data.StudyId || this.data.SCPStudyId,
|
||||||
};
|
};
|
||||||
let arr = [obj];
|
let arr = [obj];
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue