git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7207 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -44,6 +44,13 @@ define(['ngResource'], function() {
headers: {
'Content-Type' : 'application/text;charset=UTF-8'
}
+ },
+ businessGroups: {
+ url: "product/baseInfo/enterbusinessGroups",
+ method : 'GET',
+ headers: {
+ 'Content-Type' : 'application/text;charset=UTF-8'
+ }
})
}]).factory('ComponentActive', ['$resource', function($resource) {