Explorar el Código

已修改 src/views/storage/task/index.vue

qinhb hace 2 meses
padre
commit
1de2ac9769
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/views/storage/task/index.vue

+ 3 - 1
src/views/storage/task/index.vue

@@ -181,7 +181,9 @@ watchEffect(() => {
     }
   }
   if(!dialog.visible){
-    dataList()
+    if(search.value.type){
+      dataList()
+    }
   }
 });
 const loading = ref(false);