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