Unverified Commit d1532c4e authored by Liang Ding's avatar Liang Ding
Browse files

🔖 发布 v2.9.0

parent 617761d1
Showing with 8 additions and 3 deletions
+8 -3
This diff is collapsed.
......@@ -1882,6 +1882,11 @@ admin.articleList = {
this.tablePagination.initPagination();
this.tablePagination.initCommentsDialog();
this.getList(page);
const that = this
$('#articleListBtn').click(function () {
that.getList(page);
});
},
/*
......@@ -1892,7 +1897,7 @@ admin.articleList = {
var that = this;
$("#loadMsg").text(Label.loadingLabel);
$.ajax({
url: latkeConfig.servePath + "/console/articles/status/published/" + pageNum + "/" + Label.PAGE_SIZE + "/" + Label.WINDOW_SIZE,
url: latkeConfig.servePath + "/console/articles/status/published/" + pageNum + "/" + Label.PAGE_SIZE + "/" + Label.WINDOW_SIZE + '?k=' + $('#articleListInput').val(),
type: "GET",
cache: false,
success: function(result, textStatus){
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment