dev_forum
hjm 5 years ago
parent 8656c6037e
commit 943a628dc9

@ -274,6 +274,11 @@ class AccountBasic extends Component {
return item.name == e;
});
if (!arr[0]) {
if (!e) {
this.setState({
filterSchoolList: []
})
}
// 没找到学校,清空部门
this.setState({
departments: [],

Loading…
Cancel
Save