tangning hace 2 meses
padre
commit
d40a7868f3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/scenes/list.vue

+ 2 - 1
src/views/scenes/list.vue

@@ -478,7 +478,8 @@
           return T;
         },
         handleSearchInfoFn: (T) => {
-          handleItem({});
+          folderList.value = []
+          parentId.value = null;
           return T;
         },
         afterFetch: (T) => {