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() } } }