@@ -918,7 +918,7 @@ export default {
|
||||
modality: this.studyForm.Modality,
|
||||
bodyPart: this.studyForm.BodyPart,
|
||||
};
|
||||
updateModality(this.data.TrialId, params)
|
||||
updateModality(this.trialId, params)
|
||||
.then((res) => {
|
||||
this.btnLoading = false;
|
||||
if (res.IsSuccess) {
|
||||
|
||||
Reference in New Issue
Block a user