Compare commits

..

No commits in common. "dbdbed3556ef4c49f199f35659d4984c8d016b0c" and "2d93a1a5acba479873556bae559a7ca61c19226e" have entirely different histories.

2 changed files with 7 additions and 10 deletions

View File

@ -1002,7 +1002,6 @@ export default {
// pet
handleUploadPetData(row) {
this.studyData = row;
this.studyData.SubjectId = this.subjectId;
this.petVisible = true;
},
//

View File

@ -655,8 +655,6 @@ export default {
this.data.TrialId = this.$route.query.trialId;
var param = {
StudyId: this.studyData.StudyId,
TrialId: this.$route.query.trialId,
SubjectId: this.studyData.SubjectId,
};
getCRCClinicalData(param)
.then((res) => {