27715
This commit is contained in:
@@ -129,7 +129,7 @@ export default {
|
|||||||
form: {},
|
form: {},
|
||||||
data: {
|
data: {
|
||||||
id: '',
|
id: '',
|
||||||
auditIntegralType: '',
|
auditIntegralType: '', //积分类型
|
||||||
auditOpinion: '', // 不通过理由
|
auditOpinion: '', // 不通过理由
|
||||||
ruleName: '',
|
ruleName: '',
|
||||||
integral: '',
|
integral: '',
|
||||||
@@ -206,7 +206,7 @@ export default {
|
|||||||
pass: this.opts,
|
pass: this.opts,
|
||||||
auditRuleId: this.data.id,
|
auditRuleId: this.data.id,
|
||||||
auditIntegralType: this.data.auditIntegralType,
|
auditIntegralType: this.data.auditIntegralType,
|
||||||
auditIntegral: this.data.integralTypetIntegral,
|
auditIntegral: this.data.integralType,
|
||||||
opinion: this.data.auditOpinion,
|
opinion: this.data.auditOpinion,
|
||||||
auditRuleName: this.data.ruleName,
|
auditRuleName: this.data.ruleName,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user