Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hongweigao
2016-09-20 18:03:36 +0800
Commit
10d8ede6db4714a19a49ee7b7894549f72383138
1 parent
d538c7fa
默认order=删除属性
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/sale-api.js
apps/product/models/sale-api.js
View file @
10d8ede
...
...
@@ -45,7 +45,7 @@ exports.getSaleGoodsList = (params) => {
Object
.
assign
(
finalParams
,
params
);
if
(
finalParams
.
order
===
''
)
{
delete
finalParams
.
order
delete
finalParams
.
order
;
}
return
api
.
get
(
''
,
finalParams
);
...
...
Please
register
or
login
to post a comment