修改检查访视关系变更接口添加字段
parent
1ffc6ed579
commit
8bce382107
|
@ -317,6 +317,7 @@ export default {
|
||||||
SubjectId: this.data.SubjectId,
|
SubjectId: this.data.SubjectId,
|
||||||
SubjectVisitId: this.data.SubjectVisitId,
|
SubjectVisitId: this.data.SubjectVisitId,
|
||||||
ScpStudyId: item.SCPStudyId,
|
ScpStudyId: item.SCPStudyId,
|
||||||
|
TrialId: this.$route.query.trialId,
|
||||||
};
|
};
|
||||||
let res = await updateSubjectVisitStudyBinding(data);
|
let res = await updateSubjectVisitStudyBinding(data);
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
|
|
Loading…
Reference in New Issue