浏览代码

fix: bug#8940

xieyonghong 3 年之前
父节点
当前提交
e405e69fd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/SearchComponent/index.tsx

+ 1 - 1
src/components/SearchComponent/index.tsx

@@ -336,7 +336,7 @@ const SearchComponent = <T extends Record<string, any>>(props: Props<T>) => {
           });
         },
       }),
-    [target, expand],
+    [target, expand, initParams],
   );
 
   const historyForm = createForm();