优化隶属组织

This commit is contained in:
java110 2020-03-28 16:41:58 +08:00
parent 5d14e34c81
commit 34c9d794af

View File

@ -75,7 +75,7 @@
_openDeleteOrgCommunityModel: function (_orgCommunity) { _openDeleteOrgCommunityModel: function (_orgCommunity) {
vc.emit('deleteOrgCommunity', 'openDeleteOrgCommunityModal', _orgCommunity); vc.emit('deleteOrgCommunity', 'openDeleteOrgCommunityModal', _orgCommunity);
}, },
_openBeyondCommunity:function(_orgCommunity){ _openBeyondOrgCommunity:function(_orgCommunity){
}, },
_queryOrgCommunityMethod: function () { _queryOrgCommunityMethod: function () {
vc.component._listOrgCommunitys(DEFAULT_PAGE, DEFAULT_ROWS); vc.component._listOrgCommunitys(DEFAULT_PAGE, DEFAULT_ROWS);