|
|
|
@ -304,7 +304,7 @@ class Testpaperlibrary extends Component {
|
|
|
|
|
tag_discipline_id:this.state.tag_discipline_id,
|
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
|
keyword: this.state.keywords,
|
|
|
|
|
keyword: this.state.keyword,
|
|
|
|
|
page: this.state.page,
|
|
|
|
|
per_page:10,
|
|
|
|
|
};
|
|
|
|
@ -330,7 +330,7 @@ class Testpaperlibrary extends Component {
|
|
|
|
|
tag_discipline_id:this.state.tag_discipline_id,
|
|
|
|
|
public: this.state.defaultActiveKey,
|
|
|
|
|
difficulty: this.state.difficulty,
|
|
|
|
|
keyword: this.state.keywords,
|
|
|
|
|
keyword: this.state.keyword,
|
|
|
|
|
page: this.state.page,
|
|
|
|
|
per_page:10,
|
|
|
|
|
};
|
|
|
|
|