diff --git a/src/views/trials/trials-panel/site/index.vue b/src/views/trials/trials-panel/site/index.vue index a1882476..eda57c3b 100644 --- a/src/views/trials/trials-panel/site/index.vue +++ b/src/views/trials/trials-panel/site/index.vue @@ -250,7 +250,7 @@ export default { this.currentRow = { ...row }; this.crc_model.visible = true; this.userListLoading = true; - getTrialSiteCRCList(this.trialId, this.currentRow.SiteId) + getTrialSiteCRCList(this.trialId, this.currentRow.TrialSiteId) .then((res) => { this.userListLoading = false; this.userList = res.Result; diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/historyChat.vue b/src/views/trials/trials-panel/visit/crc-upload/components/historyChat.vue index 79d48135..aa660e92 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/historyChat.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/historyChat.vue @@ -130,11 +130,18 @@ - + + + + @@ -158,250 +165,296 @@ diff --git a/src/views/trials/trials-panel/visit/crc-upload/index.vue b/src/views/trials/trials-panel/visit/crc-upload/index.vue index 36e12734..279b95a2 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/index.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/index.vue @@ -592,7 +592,7 @@