Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
2016-07-03 15:37:33 +0800
Commit
84da1e9719e670a4fe9d5fa4f72f20767eef45ab
1 parent
fbefb10f
format
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/plugins/cascading-address.js
public/js/plugins/cascading-address.js
View file @
84da1e9
...
...
@@ -85,7 +85,7 @@ function resetNextLevel(level, config) {
.
text
(
config
.
defaultDes
)
.
prev
().
find
(
'.indicator-name'
)
.
text
(
config
.
indicators
[
config
.
levels
-
level
-
1
])
.
next
().
val
(
""
);
.
next
().
val
(
''
);
}
// 获取初始化数据
...
...
Please
register
or
login
to post a comment