Skip to content

Commit

Permalink
🐛 fixed attaches limit param
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Oct 7, 2018
1 parent 97d365f commit 9b626ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/templates/admin/attaches.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ <h3 class="panel-title">附件管理</h3>
tale.get({
url: '/admin/api/attaches',
data: {
page: page
page: page,
limit: 12
},
success: function (data) {
$vm.attachPage = data.payload
Expand Down

0 comments on commit 9b626ac

Please sign in to comment.