Toggle navigation
Toggle navigation
This project
Loading...
Sign in
runsa
/
crm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jun
2016-09-07 17:38:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33431e26f5e9b166723631615f9c5166cdebb861
33431e26
1 parent
d65b33a5
修改showPanel
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
portal/portal.web/src/main/webapp/js/views/index/layout.js
portal/portal.web/src/main/webapp/js/views/index/layout.js
View file @
33431e2
...
...
@@ -33,11 +33,11 @@ define(['i18n!index/nls/resource','cls'],function(resource,Class){
var
isFind
=
false
;
for
(
var
i
=
0
;
i
<
list
.
length
;
i
++
)
{
if
(
list
[
i
].
panel
(
"options"
).
title
==
node
.
text
)
{
tabs
.
tabs
(
"select"
,
i
);
t
his
.
t
abs
.
tabs
(
"select"
,
i
);
isFind
=
true
;
if
(
isView
){
var
index
=
tabs
.
tabs
(
"getTabIndex"
,
list
[
i
]);
tabs
.
tabs
(
"close"
,
index
);
var
index
=
t
his
.
t
abs
.
tabs
(
"getTabIndex"
,
list
[
i
]);
t
his
.
t
abs
.
tabs
(
"close"
,
index
);
isFind
=
false
;
// list[i].panel('options').tabParams=node;
// list[i].panel("refresh",changeUrl(node.url));
...
...
Please
register
or
login
to post a comment