Toggle navigation
Toggle navigation
This project
Loading...
Sign in
platform
/
platform-cms
·
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
liangyi.chen@yoho.cn
2019-07-01 11:43:07 +0800
Commit
a42b60511f570f6f858a54bf3557a3fd6a149f16
1 parent
c2453dd1
Fix yhUid
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/webapp/html/grass/tblCrawlerInfoManage/editTblCrawlerArticle.html
web/src/main/webapp/html/grass/tblCrawlerInfoManage/editTblCrawlerArticle.html
View file @
a42b605
...
...
@@ -661,7 +661,7 @@
if
(
data
){
$
(
"#articleUid"
).
textbox
(
"setValue"
,
data
.
author
Uid
);
$
(
"#articleUid"
).
textbox
(
"setValue"
,
data
.
yh
Uid
);
$
(
"#draftArticleId"
).
val
(
data
.
articleId
);
var
context
=
data
.
contentText
;
...
...
Please
register
or
login
to post a comment