影像重传bug修复
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-08-01 16:34:07 +08:00
parent 8ee3847791
commit 43bdf0cc19
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,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) {