diff --git a/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue b/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue index 0b7c693e..bb1d4eb1 100644 --- a/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue +++ b/project/sanjianxi/apps/AppPartyIntegralAudit/components/Detail.vue @@ -188,9 +188,11 @@ export default { }, onConfirm() { + if(this.integralInfo.ruleType == 2 && this.form.pass == 1) { + this.form.integralItem = this.scoreItem.filter(e=> e.dictValue == this.form.auditIntegral)[0].dictName + } this.$refs.form.validate(v => { if (v) { - this.form.integralItem = this.scoreItem.filter(e=> e.dictValue == this.form.auditIntegral)[0].dictName this.instance.post('/app/apppartyintegraldeclare/examine', null, { params: { ...this.form,