|
|
|
@ -297,7 +297,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,
|
|
|
|
|
};
|
|
|
|
@ -323,7 +323,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,
|
|
|
|
|
};
|
|
|
|
|