From c86b450d9b0307a0663e3f2f6e12e89b42c9f6e2 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Tue, 30 Apr 2019 09:40:48 +0800 Subject: [PATCH] Fixed post search error. --- src/views/post/PostList.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/post/PostList.vue b/src/views/post/PostList.vue index 16035a16..008c704f 100644 --- a/src/views/post/PostList.vue +++ b/src/views/post/PostList.vue @@ -53,7 +53,7 @@ 查询 { this.posts = response.data.data.content this.pagination.total = response.data.data.total