浏览代码

切换分盒清空数据

duy 2 年之前
父节点
当前提交
8fad3a2805
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 }