优化 车位申请修改bug

This commit is contained in:
wuxw 2022-07-22 01:25:45 +08:00
parent 149fe2ccf1
commit 04acc9f1ba

View File

@ -141,7 +141,7 @@
} }
$that.auditParkingSpaceApplyInfo.remark = $that.auditParkingSpaceApplyInfo.remark + "审核意见:" + $that.auditParkingSpaceApplyInfo.remark2; $that.auditParkingSpaceApplyInfo.remark = $that.auditParkingSpaceApplyInfo.remark + "审核意见:" + $that.auditParkingSpaceApplyInfo.remark2;
vc.http.apiPost( vc.http.apiPost(
'/parkingSpaceApply.updateParkingSpaceApply', '/parkingSpaceApply.auditParkingSpaceApply',
JSON.stringify($that.auditParkingSpaceApplyInfo), { JSON.stringify($that.auditParkingSpaceApplyInfo), {
emulateJSON: true emulateJSON: true
}, },