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

This commit is contained in:
2024-08-01 16:34:07 +08:00
parent 8ee3847791
commit 43bdf0cc19
@@ -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) {