mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
5d90cf7032
commit
21ba1293a9
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user