|
|
@@ -113,7 +113,7 @@ define(['app/app'], function(app) {
|
|
|
}]);
|
|
|
|
|
|
// 转移权限
|
|
|
- app.register.controller('TransferUserInfoCtrl', ['$scope', '$rootScope', '$modalInstance', 'customer', 'B2bAccountUser', 'toaster', 'B2bAuthenticationService', 'ngTableParams', 'BaseService', 'thisUser', function ($scope, $rootScope, $modalInstance, customer, AccountUser, toaster, AuthenticationService, ngTableParams, BaseService, thisUser) {
|
|
|
+ app.register.controller('TransferUserInfoCtrl', ['$scope', '$rootScope', '$modalInstance', 'customer', 'B2bAccountUser', 'toaster', 'ngTableParams', 'BaseService', 'thisUser', function ($scope, $rootScope, $modalInstance, customer, AccountUser, toaster, ngTableParams, BaseService, thisUser) {
|
|
|
$scope.checkboxes = {
|
|
|
checked: false
|
|
|
};
|
|
|
@@ -261,8 +261,8 @@ define(['app/app'], function(app) {
|
|
|
};
|
|
|
|
|
|
}]);
|
|
|
- app.register.controller('AddUserInfoCtrl', ['$scope', '$modalInstance', 'customer', 'B2bAccountUser', 'toaster', 'AuthenticationService', 'ngTableParams', 'BaseService', 'thisUser',
|
|
|
- function ($scope, $modalInstance, customer, AccountUser, toaster, AuthenticationService, ngTableParams, BaseService, thisUser) {
|
|
|
+ app.register.controller('AddUserInfoCtrl', ['$scope', '$modalInstance', 'customer', 'B2bAccountUser', 'toaster', 'ngTableParams', 'BaseService', 'thisUser',
|
|
|
+ function ($scope, $modalInstance, customer, AccountUser, toaster, ngTableParams, BaseService, thisUser) {
|
|
|
$scope.thisUser = thisUser
|
|
|
$scope.checkboxes = {
|
|
|
checked: false
|