ソースを参照

切换分盒清空数据

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
 }