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
郭成尧
2016-05-20 15:05:21 +0800
Commit
6d5c425e15eb991730279f82812d4ba22d69c851
1 parent
10acc5cb
列表数据基本处理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/sale.js
apps/product/models/sale.js
View file @
6d5c425
...
...
@@ -31,7 +31,7 @@ const handleSaleData = (origin) => {
*/
const
handleSaleGoodsListData
=
(
origin
)
=>
{
var
dest
=
{};
dest
.
saleList
=
{};
dest
.
saleList
.
leftContent
=
{};
dest
.
saleList
.
goods
=
[];
...
...
Please
register
or
login
to post a comment