Explorar el Código

切换分盒清空数据

duy hace 2 años
padre
commit
8fad3a2805
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 }