From 0b0b15fd556215555898a81d7bff92900efc9c84 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 1 Jul 2022 09:41:51 +0800 Subject: [PATCH] 30465 --- .../apps/AppPartyIntegralAudit/components/Detail.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue b/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue index 8bd7fc4f..360ab9c8 100644 --- a/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue +++ b/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue @@ -53,9 +53,8 @@ - - - + + {{ integralInfo.ruleType == 0? '+'+ integralInfo.integral : '' }} @@ -158,6 +157,9 @@ export default { dictValue: e.integral.toString() } }) + if(res.data.integralRule.ruleType == 1) { + this.form.auditIntegral = this.integralInfo.integral + } } }) }, @@ -192,6 +194,9 @@ export default { if(this.integralInfo.ruleType == 2 && 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) { + this.form.auditIntegral = this.integralInfo.integral + } this.$refs.form.validate(v => { if (v) { this.instance.post('/app/apppartyintegraldeclare/examine', null, {