Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
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
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f081a1e4
authored
2021-01-29 11:48:51 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:动态面包屑
1 parent
11bc063b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
staticJs/onlineApply/workFlow.js
staticJs/onlineApply/workFlow.js
View file @
f081a1e
...
...
@@ -183,7 +183,7 @@ function setAcceptFlow(bsmSlsq, businessNo) {
if
(
decodeURI
(
GetQueryString
(
'title'
))
==
'网上申请'
)
{
addTabs
(
'#wssq'
);
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
attr
(
'href'
,
'/staticViews/wssq.html'
);
}
else
{
}
else
if
((
decodeURI
(
GetQueryString
(
'title'
))
==
'我的业务'
))
{
removeTabs
(
'#wssq'
);
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
attr
(
'href'
,
'/staticViews/wdyw.html'
);
}
...
...
Please
register
or
sign in
to post a comment