From 34c9d794afddac5287ea4129bbdab70226f2db9e Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sat, 28 Mar 2020 16:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=9A=B6=E5=B1=9E=E7=BB=84?= =?UTF-8?q?=E7=BB=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/orgCommunityManage/orgCommunityManage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/orgCommunityManage/orgCommunityManage.js b/public/components/orgCommunityManage/orgCommunityManage.js index 91c32f444..54f46d9b7 100644 --- a/public/components/orgCommunityManage/orgCommunityManage.js +++ b/public/components/orgCommunityManage/orgCommunityManage.js @@ -75,7 +75,7 @@ _openDeleteOrgCommunityModel: function (_orgCommunity) { vc.emit('deleteOrgCommunity', 'openDeleteOrgCommunityModal', _orgCommunity); }, - _openBeyondCommunity:function(_orgCommunity){ + _openBeyondOrgCommunity:function(_orgCommunity){ }, _queryOrgCommunityMethod: function () { vc.component._listOrgCommunitys(DEFAULT_PAGE, DEFAULT_ROWS);