From 868bbbc5c0668d6d2a6bc320b759922026275575 Mon Sep 17 00:00:00 2001 From: ccy <55274652@qq.com> Date: Sat, 22 Nov 2025 19:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E4=B8=8B=E6=8B=89=E5=A4=9A?= =?UTF-8?q?=E9=80=89=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/MultiSelectPagination.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/common/MultiSelectPagination.js b/src/components/common/MultiSelectPagination.js index f7ceb21..783628a 100644 --- a/src/components/common/MultiSelectPagination.js +++ b/src/components/common/MultiSelectPagination.js @@ -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]);