分页下拉多选组件

This commit is contained in:
ccy 2025-11-22 19:26:57 +08:00
parent e8d9b0199f
commit 868bbbc5c0

View File

@ -462,8 +462,7 @@ class MultiSelectPagination extends React.Component {
this.setState({
value: stateValue,
searchKey: ""
//fetching: false,
}, () => this.initFilterJson("", 1));
});
let retVal = this.getDataValue(stateValue);
this.state.baseNav.forEach(db => {
const index = stateValue.findIndex(i => i.key == db[this.state.saveId]);