Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
dc5356cf
Commit
dc5356cf
authored
Jul 30, 2019
by
frank.xa.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed shareholder structure -- frank
parent
230a2b7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
organization-manage.ctrl.js
...astructure/organizationManage/organization-manage.ctrl.js
+9
-2
No files found.
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.ctrl.js
View file @
dc5356cf
...
...
@@ -203,7 +203,7 @@
SweetAlert
.
success
(
$translate
.
instant
(
'SaveSuccess'
));
$scope
.
selectOrganization
(
branch
);
//
$scope.selectOrganization(branch);
});
};
...
...
@@ -262,7 +262,7 @@
var
org
=
branch
.
data
;
$scope
.
output
=
"You selected: "
+
org
.
id
;
var
suborgList
=
getSubOrgList
(
branch
);
//
var suborgList = getSubOrgList(branch);
$scope
.
selectedOrgID
=
org
.
id
;
// 选中事件
orgHKService
.
getSingleOrg
(
org
.
id
).
success
(
function
(
data
)
{
...
...
@@ -653,6 +653,13 @@
$scope
.
orgDirectorsDatasource
=
org
.
orgDirectorDtos
;
getEventsOfCurrentEntity
();
$
(
".detail-info"
).
css
(
"display"
,
"block"
);
//change tree selected
var
selectOrg
=
_
.
find
(
$scope
.
orgList
,
function
(
item
)
{
return
item
.
data
.
id
===
org
.
id
;
});
$scope
.
my_tree
.
select_branch
(
selectOrg
);
};
$scope
.
showAll
=
function
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment