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
wangshusheng
2019-09-05 15:53:22 +0800
Commit
61e16e785abdc81334ff91f6f0820e94c453c1f0
1 parent
5ae6d564
修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/static/js.jquery/module/customService/promotion/Index.js
code/static/js.jquery/module/customService/promotion/Index.js
View file @
61e16e7
...
...
@@ -207,6 +207,7 @@ $("#batchExportPromotion").click(function(){
if
(
count
>
0
)
{
var
getResult
=
function
(){
var
result
=
{};
for
(
var
name
in
data
){
if
(
data
.
hasOwnProperty
(
name
)
&&
data
[
name
]){
result
[
name
]
=
data
[
name
];
...
...
Please
register
or
login
to post a comment