|
|
@@ -399,7 +399,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
|
|
|
app.controller('SelectInstitutionsNatureCtrl', ['$scope', 'toaster', 'Organization',
|
|
|
function ($scope, toaster, Organization) {
|
|
|
// 获取当前账户注册机构情况
|
|
|
- Organization.getByUuid({uuid : 10041558}, {}, function(data) {//154534654
|
|
|
+ Organization.getByUuid({uuid : 10041166}, {}, function(data) {//10041558
|
|
|
$scope.org = data;
|
|
|
}, function() {
|
|
|
toaster.pop('error', '注册情况加载失败');
|
|
|
@@ -413,7 +413,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
|
|
|
function ($scope, $http, $rootScope, $timeout, $location, toaster, Organization) {
|
|
|
|
|
|
// 获取当前账户注册机构情况
|
|
|
- Organization.getByUuid({uuid : 10041558}, {}, function(data) {//154534654
|
|
|
+ Organization.getByUuid({uuid : 10041166}, {}, function(data) {//10041558
|
|
|
$scope.org = data;
|
|
|
}, function() {
|
|
|
toaster.pop('error', '注册情况加载失败');
|
|
|
@@ -486,7 +486,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
|
|
|
function ($scope, $http, $rootScope, $timeout, $location, toaster, Organization) {
|
|
|
|
|
|
// 获取当前账户注册机构情况
|
|
|
- Organization.getByUuid({uuid : 10041558}, {}, function(data) {//154534654
|
|
|
+ Organization.getByUuid({uuid : 10041166}, {}, function(data) {//10041558
|
|
|
$scope.org = data;
|
|
|
}, function() {
|
|
|
toaster.pop('error', '注册情况加载失败');
|
|
|
@@ -538,7 +538,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
|
|
|
function ($scope, $http, $rootScope, $timeout, $location, toaster, Organization) {
|
|
|
|
|
|
// 获取当前账户注册机构情况
|
|
|
- Organization.getByUuid({uuid : 10041558}, {}, function(data) {//154534654
|
|
|
+ Organization.getByUuid({uuid : 10041166}, {}, function(data) {//10041558
|
|
|
$scope.org = data;
|
|
|
}, function() {
|
|
|
toaster.pop('error', '注册情况加载失败');
|
|
|
@@ -646,7 +646,7 @@ define([ 'angularAMD', 'ui.router', 'ui-bootstrap', 'ngLocal', 'ngTable', 'commo
|
|
|
function ($scope, $http, $rootScope, $timeout, $location, toaster, Organization) {
|
|
|
|
|
|
// 获取当前账户注册机构情况
|
|
|
- Organization.getByUuid({uuid : 10041558}, {}, function(data) {//154534654
|
|
|
+ Organization.getByUuid({uuid : 10041166}, {}, function(data) {//10041166 10041558
|
|
|
$scope.org = data;
|
|
|
}, function() {
|
|
|
toaster.pop('error', '注册情况加载失败');
|