Browse Source

Reload post data when reset query param.

pull/9/head
ruibaby 6 years ago
parent
commit
1c65589013
  1. 1
      src/views/post/PostList.vue

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

Loading…
Cancel
Save