Compare commits

...

2 Commits

Author SHA1 Message Date
ccy
e6dc4b3536 Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe_web 2025-11-22 19:27:24 +08:00
ccy
868bbbc5c0 分页下拉多选组件 2025-11-22 19:26:57 +08:00

View File

@ -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]);