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
zhangxiaoru
9 years ago
Commit
fdf49b675356f28987df8362ab70ceee297bd28a
1 parent
32185aad
brands
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
apps/brand/models/brand.js
apps/brand/models/brand.js
View file @
fdf49b6
...
...
@@ -35,6 +35,12 @@ const _processListData = (list) => {
return
listData
;
};
const
_processTabData
=
(
list
)
=>
{
list
=
list
||
[];
list
=
camelCase
(
list
);
};
const
_getResources
=
()
=>
{
return
api
.
get
(
''
,
{
method
:
'web.brand.series'
...
...
Please
register
or
login
to post a comment