Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
2016-10-22 11:03:25 +0800
Commit
3e2df13a1de93e9e012d7a5a4d93f1f2b23d0a16
1 parent
4c5ec997
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/module/baserule/standardSort/Index.js
code/static/js.jquery/module/baserule/standardSort/Index.js
View file @
3e2df13
...
...
@@ -134,7 +134,7 @@ $(document).on('click', '.edit-class-btn', function () {
if
(
orderBy
<
0
)
{
common
.
util
.
__tip
(
"排序不能为负数"
,
"warning"
);
return
false
;
return
"排序不能为负数"
;
}
return
{
id
:
item
.
id
,
...
...
Please
register
or
login
to post a comment