Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
2017-07-28 10:04:32 +0800
Commit
56c2da485e2a190a3bc489a50a68cd0047ec83e9
1 parent
84432ba3
order-handle
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
utils/search-process.js
utils/search-process.js
View file @
56c2da4
...
...
@@ -113,7 +113,7 @@ const getSearchParamsWithoutMethod = (params) => {
}
if
(
params
.
order
)
{
finalParams
.
order
=
params
.
order
;
finalParams
.
order
=
getTypeCont
(
params
.
type
,
params
.
order
)
;
}
if
(
params
.
limit
)
{
...
...
Please
register
or
login
to post a comment