This commit is contained in:
shijingjing
2022-02-25 14:47:58 +08:00
parent b49f76fb0d
commit 942eba36f7

View File

@@ -129,7 +129,7 @@ export default {
form: {},
data: {
id: '',
auditIntegralType: '',
auditIntegralType: '', //积分类型
auditOpinion: '', // 不通过理由
ruleName: '',
integral: '',
@@ -206,7 +206,7 @@ export default {
pass: this.opts,
auditRuleId: this.data.id,
auditIntegralType: this.data.auditIntegralType,
auditIntegral: this.data.integralTypetIntegral,
auditIntegral: this.data.integralType,
opinion: this.data.auditOpinion,
auditRuleName: this.data.ruleName,
}