Sfoglia il codice sorgente

解决 communityId 影响查询的功能

wuxw 6 anni fa
parent
commit
6db9675c80

+ 1 - 1
WebService/src/main/resources/components/cachePackage/cache-manage/cacheManage.js

@@ -36,7 +36,7 @@
 
                 vc.component.cacheManageInfo.conditions.page = _page;
                 vc.component.cacheManageInfo.conditions.row = _rows;
-                vc.component.cacheManageInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
+                //vc.component.cacheManageInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
                 var param = {
                     params: vc.component.cacheManageInfo.conditions
                 };

+ 1 - 1
WebService/src/main/resources/components/serviceRegisterPackage/serviceRegister-manage/serviceRegisterManage.js

@@ -107,7 +107,7 @@
                     params: {
                         page: DEFAULT_PAGE,
                         row: DEFAULT_ROWS,
-                        communityId: vc.getCurrentCommunity().communityId,
+                        /*communityId: vc.getCurrentCommunity().communityId,*/
                         appId: vc.component.serviceRegisterManageInfo.conditions.appId
                     }
                 }