From 5de5b930bf0a84abdd02c95e269070ece0864966 Mon Sep 17 00:00:00 2001 From: wangjiuyun <1595161655@qq.com> Date: Wed, 14 May 2025 15:29:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E6=A0=B8=E7=9C=8B=E6=9D=BF=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + src/views/projectBank/userScoreDetail.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 78a752d..066f454 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ selenium-debug.log package-lock.json yarn.lock +/npm diff --git a/src/views/projectBank/userScoreDetail.vue b/src/views/projectBank/userScoreDetail.vue index 710c2e2..0445e18 100644 --- a/src/views/projectBank/userScoreDetail.vue +++ b/src/views/projectBank/userScoreDetail.vue @@ -308,7 +308,7 @@ export default { }); if (type == 0) this.tableData1 = Object.values(objData); else this.tableData2 = Object.values(objData).map((ele, index) => { - ele[0].remarkCate = this.examineRemark[index]?.remark + ele[0].remarkCate = this.examineRemark.find((item)=>item.reviewCategory==ele[0].reviewCategory)?.remark||'' return ele });; this.judgeContent = res.data.examineUser.judgeContent;