From a3f4b569175265e23eabde91e3ae73acc3116fcc Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 19 二月 2020 19:10:57 +0800
Subject: [PATCH] 优化地区查询
---
WebService/src/main/resources/components/communityPackage/community-manage/communityManage.js | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/WebService/src/main/resources/components/communityPackage/community-manage/communityManage.js b/WebService/src/main/resources/components/communityPackage/community-manage/communityManage.js
index 2d522d7..4f98dc7 100644
--- a/WebService/src/main/resources/components/communityPackage/community-manage/communityManage.js
+++ b/WebService/src/main/resources/components/communityPackage/community-manage/communityManage.js
@@ -13,7 +13,8 @@
storeTypeCd:vc.getData('/nav/getUserInfo').storeTypeCd,
conditions: {
name: '',
- areaCode:''
+ areaCode:'',
+ communityId:''
}
}
@@ -37,10 +38,13 @@
vc.component.communityManageInfo.conditions.page = _page;
vc.component.communityManageInfo.conditions.row = _rows;
+ var _param = {
+ params:vc.component.communityManageInfo.conditions
+ }
//鍙戦�乬et璇锋眰
vc.http.get('communityManage',
'list',
- vc.component.communityManageInfo.conditions,
+ _param,
function(json,res){
var _communityManageInfo=JSON.parse(json);
vc.component.communityManageInfo.total = _communityManageInfo.total;
--
Gitblit v1.8.0