From 1c65589013dcc3db7ebd6bd6ce970d6bad116125 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Sun, 14 Apr 2019 20:34:07 +0800 Subject: [PATCH] Reload post data when reset query param. --- src/views/post/PostList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/post/PostList.vue b/src/views/post/PostList.vue index 4fa40126..7c624027 100644 --- a/src/views/post/PostList.vue +++ b/src/views/post/PostList.vue @@ -317,6 +317,7 @@ export default { this.queryParam.keyword = null this.queryParam.categoryId = null this.queryParam.status = null + this.loadPosts() } } }