From 0416b1bca82b8bc73f366ce01c4e606bfe7a95b3 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 30 Jul 2025 15:37:09 +0800 Subject: [PATCH] 1 --- .../trials-panel/visit/crc-upload/components/historyChat.vue | 1 + 1 file changed, 1 insertion(+) 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 33db0b97..db223273 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 @@ -398,6 +398,7 @@ export default { Content: item.Content, DeadlineTime: item.DeadlineTime, IsOverTime: item.IsOverTime, + SecondReviewState: item.SecondReviewState }) this.list = Object.assign({}, list) this.loading = false