From 855afbd478888095e375374d3cd8f78f5f6b60f8 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 11 Jan 2021 18:06:53 +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/addShops/addShops.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/components/property/addShops/addShops.js b/public/components/property/addShops/addShops.js index becccc335..48d01aabb 100644 --- a/public/components/property/addShops/addShops.js +++ b/public/components/property/addShops/addShops.js @@ -111,9 +111,8 @@ return; } - vc.http.post( - 'addShops', - 'save', + vc.http.apiPost( + 'room.saveShops', JSON.stringify(vc.component.addShopsInfo), { emulateJSON: true