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