From 21ba1293a963db2e5490f5ae7b5711a9e5255703 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 9 Sep 2021 00:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/property/carCreateFeeAdd/carCreateFeeAdd.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {