Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
陈轩
2016-08-19 13:26:09 +0800
Commit
38d6011eb2777cf34c80726a3ffabe6df43cfc60
1 parent
25379a20
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/product/models/search.js
apps/product/models/search.js
View file @
38d6011
...
...
@@ -19,6 +19,7 @@ const search = {
cache
:
true
,
code
:
200
}).
then
(
result
=>
{
result
=
result
||
{};
if
(
result
.
data
)
{
prettyFilter
(
result
.
data
.
filter
);
result
=
camelCase
(
result
);
...
...
Please
register
or
login
to post a comment