|
@@ -228,7 +228,7 @@ export default {
|
|
|
if (valid) {
|
|
|
if (this.parkcarAuditNum != '1') {
|
|
|
this.$http.post('/czc-community/parkcarAudit/audit',
|
|
|
- { userType: this.params.userType, userId: this.params.userId, houseId: this.params.houseId, buildId: this.params.buildId, id: this.params.id, auditStatus: this.ruleForm.resource, reason: this.params.reason, }).
|
|
|
+ { userType: this.params.userType, userId: this.params.userId, houseId: this.params.houseId, buildId: this.params.buildId, id: this.params.id, auditStatus: this.ruleForm.resource, reason: this.ruleForm.desc, }).
|
|
|
then(({ data, msg, status }) => {
|
|
|
this.ruleForm.modular = '2';
|
|
|
this.$message.success('成功');
|