This commit is contained in:
shijingjing
2022-07-01 14:49:33 +08:00
parent 065e474c86
commit 9c61fde48d

View File

@@ -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) {