From 6e3ae6c957dfff907f1122819a60eaf8aac3ecf0 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 6 Jun 2024 11:13:36 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?= =?UTF-8?q?=E8=AE=A2=E6=B5=81=E7=A8=8B=E8=AF=84=E5=88=86=E4=BA=BA=E8=AF=84?= =?UTF-8?q?=E5=88=86=E8=8A=82=E7=82=B9=EF=BC=8C=E6=89=A3=E5=88=86=E7=90=86?= =?UTF-8?q?=E7=94=B1=E6=94=B9=E6=88=90=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/ScorerMarkBaseInfo.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue index 7a112a3e..49c005a1 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue @@ -31,7 +31,6 @@ @@ -389,10 +388,10 @@ export default { break } console.log(this.dataSource[item].evaluateScore) - if (item % 3 === 0 && ((!this.dataSource[item].evaluateScore && this.dataSource[item].evaluateScore !== 0) || !this.dataSource[item].deductionScoreReason)) { + if (item % 3 === 0 && ((!this.dataSource[item].evaluateScore && this.dataSource[item].evaluateScore !== 0))) { hasErr = true break - } else if (item % 3 === 0 && (this.dataSource[item].evaluateScore || this.dataSource[item].evaluateScore === 0) && this.dataSource[item].deductionScoreReason) { + } else if (item % 3 === 0 && (this.dataSource[item].evaluateScore || this.dataSource[item].evaluateScore === 0)) { // 是有评分和扣分理由的行 arr.push({ ...this.dataSource[item],