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
张帅
2020-04-15 11:14:37 +0800
Commit
454536262a5b6cd6013a7c80d3fa8a9b12ea5ff4
1 parent
f2412d97
话题筛选
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
web/src/main/webapp/html/grass/articleManage/articleList.html
web/src/main/webapp/html/grass/articleManage/articleList.html
View file @
4545362
...
...
@@ -250,8 +250,6 @@
url
:
serverContextPath
+
"/grassTopicManage/getAllTopic"
,
loadFilter
:
function
(
data
)
{
var
data
=
defaultLoadFilter
(
data
);
data
=
data
.
list
;
data
.
unshift
({
'id'
:
'0'
,
'topicName'
:
'全部'
});
return
data
;
}
...
...
Please
register
or
login
to post a comment