Sfoglia il codice sorgente

切换分盒清空数据

duy 2 anni fa
parent
commit
8fad3a2805
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/file/collection.vue

+ 1 - 0
src/views/file/collection.vue

@@ -605,6 +605,7 @@ const sortingNoneModal = ref(false)//无数据显示的弹窗
 const toSortingModal = ()=>{
     sortingNoneModal.value = false;
     sortingActiveKey.value = [];
+    sortingItemData.value=[]
     sortingModal.value = true
 }