Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yh_vendor
·
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
叶弯弯
9 years ago
Commit
1768f543d5d572e54a46e6b5163608063e602bd7
1 parent
fd547882
fix bug.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
js/Vendor.js
js/services/HomeService.js
js/Vendor.js
View file @
1768f54
...
...
@@ -41,6 +41,7 @@ import messageInitialState from './reducers/message/messageInitialState';
import
userInitialState
from
'./reducers/user/userInitialState'
;
import
accountSettlementInitialState
from
'./reducers/accountSettlement/accountSettlementInitialState'
;
import
saleStatisticsInitialState
from
'./reducers/saleStatistics/saleStatisticsInitialState'
;
import
stockStatsInitialState
from
'./reducers/stockStats/stockStatsInitialState'
;
import
App
from
'./containers/App'
;
...
...
js/services/HomeService.js
View file @
1768f54
...
...
@@ -48,7 +48,6 @@ export default class UserService {
throw
(
error
);
})
}
}
async
stockStatsData
()
{
return
await
this
.
api
.
get
({
...
...
@@ -64,6 +63,7 @@ export default class UserService {
}
let
testData
=
[
{
brand
:
'vans'
,
...
...
Please
register
or
login
to post a comment