|
|
|
@ -30,7 +30,7 @@ class ShixunPathSearch extends Component {
|
|
|
|
|
|
|
|
|
|
//适配器
|
|
|
|
|
onChangeLabel(value) {
|
|
|
|
|
let rs = value === 'new' ? 'updated_at' : 'myshixuns_scount'
|
|
|
|
|
let rs = value === 'new' ? 'updated_at' : 'myshixuns_count'
|
|
|
|
|
let { discipline_id, sub_discipline_id } = this.state;
|
|
|
|
|
this.setState({
|
|
|
|
|
order: rs,
|
|
|
|
|