From 10725d6e0580f2a1023ba0d575bd0aa557d65b97 Mon Sep 17 00:00:00 2001 From: wyx Date: Sat, 10 Dec 2022 20:14:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=A1=B9=E7=9B=AE/=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E6=97=A5=E5=BF=97=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examine/CourseReviewed.vue | 2 +- src/views/examine/ProjectReviewed.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/examine/CourseReviewed.vue b/src/views/examine/CourseReviewed.vue index d00350d1..ca11c198 100644 --- a/src/views/examine/CourseReviewed.vue +++ b/src/views/examine/CourseReviewed.vue @@ -243,7 +243,7 @@ export default { style="color:#387DF7;cursor:pointer;" onClick={() => { console.log(value); - showProjAuditModal(value.record.auditLogDtoList); + showProjAuditModal(value.record.auditLogDtoList.length!==0?value.record.auditLogDtoList.slice(0,1):[]); }} > 审核日志 diff --git a/src/views/examine/ProjectReviewed.vue b/src/views/examine/ProjectReviewed.vue index d0cb4970..96a480c7 100644 --- a/src/views/examine/ProjectReviewed.vue +++ b/src/views/examine/ProjectReviewed.vue @@ -261,7 +261,7 @@ export default {
{ - showProjAuditModal(value.record.auditList); + showProjAuditModal(value.record.auditList.length!==0?value.record.auditList.slice(value.record.auditList.length-1):[]); }} style="cursor:pointer;color:#387DF7" >