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

uat_us
caiyiling 2024-08-01 16:34:07 +08:00 committed by DESKTOP-6C3NK6N\WXS
parent 049d8dc430
commit 14cc8ad5f5
1 changed files with 1 additions and 1 deletions

View File

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