From 10a2238cba839f2bdf79105ff6b2bb2c93e6487e Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 14 Jun 2024 16:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E4=BC=A0=E4=B8=B4=E5=BA=8A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8F=96=E6=B6=88=E5=9F=BA=E7=BA=BF=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-panel/site/index.vue | 2 +- .../crc-upload/components/historyChat.vue | 387 ++++++++++-------- .../trials-panel/visit/crc-upload/index.vue | 2 +- 3 files changed, 221 insertions(+), 170 deletions(-) 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 @@