Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
陶雨
2016-05-27 17:20:10 +0800
Commit
a780177230806dbe13fe9f7b0b5622c2b38fcbbc
1 parent
af9f337f
修复资源位内容弹窗跳转action为空的问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
client/js/guang/contentEdit.js
client/js/guang/contentEdit.js
View file @
a780177
...
...
@@ -872,7 +872,10 @@ $(document).on("click", "#submit", function () {
data
.
push
(
item1
);
});
}
if
(
data
.
length
!=
0
){
item
.
contentData
.
data
=
data
;
}
item
.
contentData
=
common
.
util
.
__ArrayToObj
(
item
.
contentData
);
return
item
;
});
...
...
Please
register
or
login
to post a comment