Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
wangwei
2017-05-18 14:24:47 +0800
Commit
9d1299109389e022cf52d265eaba4e29ceffb71b
1 parent
526ccfd0
促销多档
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
code/static/js.jquery/module/customService/promotion/partials/edit_multi.js
code/static/js.jquery/module/customService/promotion/partials/edit_multi.js
View file @
9d12991
...
...
@@ -168,8 +168,7 @@ var multiPromotions={
multiParam
+=
_g
.
batchIds
.
join
(
","
);
multiParam
+=
"]"
;
}
else
{
common
.
util
.
__tip
(
"没有选择任何促销"
,
"warning"
);
return
;
multiParam
=
"[]"
;
}
var
reqData
=
{
promotionId
:
_g
.
promotionId
,
...
...
Please
register
or
login
to post a comment