ソースを参照

fix: 设备 修复列表搜索/重置时 取消多选状态

jackhoo_98 3 年 前
コミット
6fcc4c66b1
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/pages/device/Instance/index.tsx

+ 1 - 0
src/pages/device/Instance/index.tsx

@@ -633,6 +633,7 @@ const Instance = () => {
         // initParam={jumpParams}
         onSearch={(data) => {
           actionRef.current?.reset?.();
+          unSelect();
           setSearchParams(data);
           const terms1 = data.terms[0]?.terms?.map((e) => {
             if (e.column === 'classifiedId') {