|
|
@@ -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) {
|