Hwt 3 năm trước cách đây
mục cha
commit
bb7c69aad4

+ 1 - 1
smart/src/views/vehicleAudit/detalis.vue

@@ -228,7 +228,7 @@ export default {
         if (valid) {
         if (valid) {
           if (this.parkcarAuditNum != '1') {
           if (this.parkcarAuditNum != '1') {
             this.$http.post('/czc-community/parkcarAudit/audit',
             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 }) => {
               then(({ data, msg, status }) => {
                 this.ruleForm.modular = '2';
                 this.ruleForm.modular = '2';
                 this.$message.success('成功');
                 this.$message.success('成功');