diff --git a/public/components/property/carCreateFeeAdd/carCreateFeeAdd.js b/public/components/property/carCreateFeeAdd/carCreateFeeAdd.js index 7f917a267..e49821b24 100755 --- a/public/components/property/carCreateFeeAdd/carCreateFeeAdd.js +++ b/public/components/property/carCreateFeeAdd/carCreateFeeAdd.js @@ -134,7 +134,9 @@ return; } vc.component.carCreateFeeAddInfo.communityId = vc.getCurrentCommunity().communityId; - vc.http.post('parkingSpaceCreateFeeAdd', 'save', JSON.stringify(vc.component.carCreateFeeAddInfo), { + vc.http.post('parkingSpaceCreateFeeAdd', + 'save', + JSON.stringify(vc.component.carCreateFeeAddInfo), { emulateJSON: true }, function (json, res) {