From 5be7d83276ab8523a4309cdf4d1e145823d5dcc9 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 10 Aug 2022 23:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96boot=E7=89=88=E7=9B=B8?= =?UTF-8?q?=E5=85=B3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../addPropertyRightRegistration.js | 5 ++--- .../editPropertyRightRegistration.js | 5 ++--- .../propertyRightRegistrationManage.js | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/public/components/property/addPropertyRightRegistration/addPropertyRightRegistration.js b/public/components/property/addPropertyRightRegistration/addPropertyRightRegistration.js index a91ba22a4..13865b1b0 100644 --- a/public/components/property/addPropertyRightRegistration/addPropertyRightRegistration.js +++ b/public/components/property/addPropertyRightRegistration/addPropertyRightRegistration.js @@ -157,9 +157,8 @@ row: 50 } }; - vc.http.get( - 'listFloor', - 'list', + vc.http.apiGet( + '/floor.queryFloors', param, function(json, res) { var listFloorData = JSON.parse(json); diff --git a/public/components/property/editPropertyRightRegistration/editPropertyRightRegistration.js b/public/components/property/editPropertyRightRegistration/editPropertyRightRegistration.js index 9cf088d9d..5b3375c1a 100644 --- a/public/components/property/editPropertyRightRegistration/editPropertyRightRegistration.js +++ b/public/components/property/editPropertyRightRegistration/editPropertyRightRegistration.js @@ -121,9 +121,8 @@ row: 50 } }; - vc.http.get( - 'listFloor', - 'list', + vc.http.apiGet( + '/floor.queryFloors', param, function(json, res) { var listFloorData = JSON.parse(json); diff --git a/public/pages/property/propertyRightRegistrationManage/propertyRightRegistrationManage.js b/public/pages/property/propertyRightRegistrationManage/propertyRightRegistrationManage.js index 271656c5e..90037e499 100644 --- a/public/pages/property/propertyRightRegistrationManage/propertyRightRegistrationManage.js +++ b/public/pages/property/propertyRightRegistrationManage/propertyRightRegistrationManage.js @@ -139,9 +139,8 @@ row: 50 } }; - vc.http.get( - 'listFloor', - 'list', + vc.http.apiGet( + '/floor.queryFloors', param, function(json, res) { var listFloorData = JSON.parse(json);