Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix(question): (#518) 搜索问题时结果不全的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Sep 26, 2018
1 parent 06adedc commit cb6886e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page/question/QuestionSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export default {
const params = {
offset: this.offset,
limit: this.limit,
type: "all",
subject: this.keyword
};
queryQuestions(params).then(({ data }) => {
Expand Down

0 comments on commit cb6886e

Please sign in to comment.