Compare commits

...

2 Commits

Author SHA1 Message Date
DESKTOP-6C3NK6N\WXS dbdbed3556 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details
2024-08-20 16:20:34 +08:00
DESKTOP-6C3NK6N\WXS aaf9decc49 crc上传获取临床数据请求参数修改 2024-08-20 16:20:18 +08:00
2 changed files with 10 additions and 7 deletions

View File

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

View File

@ -655,6 +655,8 @@ 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) => {