From b42112dc02216cecfeb5b749ef2b69c141d29c72 Mon Sep 17 00:00:00 2001 From: wyx Date: Mon, 13 Feb 2023 11:35:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E5=BE=85=E5=AE=A1=E6=A0=B8=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE-=E5=AE=A1=E6=A0=B8=E5=8F=8A=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E8=AE=B0=E5=BD=95ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examine/ProjectReviewedN.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/examine/ProjectReviewedN.vue b/src/views/examine/ProjectReviewedN.vue index d0b1ac0b..313ab6ca 100644 --- a/src/views/examine/ProjectReviewedN.vue +++ b/src/views/examine/ProjectReviewedN.vue @@ -227,7 +227,7 @@ export default { style="cursor:pointer;color:#387DF7" onClick={() => { showProjAudit( - value.record.projectId, + value.record.id, value.record.createId, value.record.createName );