dev_jupyter
杨树林 5 years ago
parent 8cae90ef1b
commit b522a2f527

@ -133,7 +133,9 @@ class Testpaperlibrary extends Component {
callback = (key) => {
this.setState({
defaultActiveKey: key,
difficulty:null
difficulty:null,
keywords:null,
page:1,
})
var data={
page:1,
@ -141,7 +143,7 @@ class Testpaperlibrary extends Component {
sub_discipline_id:this.state.sub_discipline_id,
tag_discipline_id:this.state.tag_discipline_id,
public: key,
difficulty: this.state.difficulty,
difficulty:null,
keywords: null,
per_page:10,
}

Loading…
Cancel
Save