lex hace 1 año
padre
commit
dd990d1a95
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {
         //
       }