From 9c61fde48d449e5b1834ad49e34bd1509f48da03 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 1 Jul 2022 14:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B6=E6=A2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue b/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue index 38916758..88768e3b 100644 --- a/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue +++ b/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue @@ -193,7 +193,7 @@ export default { }, onConfirm() { - if(this.integralInfo.ruleType == 2 && this.form.pass == 1) { + if(this.integralInfo.ruleType == 1 && this.form.pass == 1) { this.form.integralItem = this.scoreItem.filter(e=> e.dictValue == this.form.auditIntegral)[0]?.dictName } if(this.integralInfo.ruleType == 0 && this.form.pass == 1) {