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