Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
e903c239b4
|
@ -1002,6 +1002,7 @@ export default {
|
|||
// 打开上传pet临床数据弹框
|
||||
handleUploadPetData(row) {
|
||||
this.studyData = row;
|
||||
this.studyData.SubjectId = this.subjectId;
|
||||
this.petVisible = true;
|
||||
},
|
||||
// 预览所有影像
|
||||
|
|
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue