lex 1 年之前
父節點
當前提交
dd990d1a95
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/natural-resources/components/my-collect/index.tsx

+ 1 - 1
src/views/natural-resources/components/my-collect/index.tsx

@@ -60,7 +60,7 @@ export default defineComponent({
         });
         item.isCollect = !item.isCollect;
 
-        onSearch();
+        onSearch(state.searchGroup);
       } catch {
         //
       }