优化代码

This commit is contained in:
wuxw 2021-09-09 00:01:32 +08:00
parent 5d90cf7032
commit 21ba1293a9

View File

@ -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) {