分页下拉多选组件
This commit is contained in:
parent
e8d9b0199f
commit
868bbbc5c0
@ -462,8 +462,7 @@ class MultiSelectPagination extends React.Component {
|
|||||||
this.setState({
|
this.setState({
|
||||||
value: stateValue,
|
value: stateValue,
|
||||||
searchKey: ""
|
searchKey: ""
|
||||||
//fetching: false,
|
});
|
||||||
}, () => this.initFilterJson("", 1));
|
|
||||||
let retVal = this.getDataValue(stateValue);
|
let retVal = this.getDataValue(stateValue);
|
||||||
this.state.baseNav.forEach(db => {
|
this.state.baseNav.forEach(db => {
|
||||||
const index = stateValue.findIndex(i => i.key == db[this.state.saveId]);
|
const index = stateValue.findIndex(i => i.key == db[this.state.saveId]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user