duy 2 жил өмнө
parent
commit
8fad3a2805

+ 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
 }