duy 2 年之前
父节点
当前提交
a3266b3df6
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/views/file/collection.vue

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

@@ -799,9 +799,6 @@ const sortingDelData = (row,index) => {
             }
         })
     }
-  
-       
-    
 }
 
 //添加分盒
@@ -816,7 +813,6 @@ const addSortingModalClick = () => {
 const sortingModalLoading = ref(false)
 const sortingModalSave = async() => {
     sortingModalLoading.value = true
-
     //检测案卷名是否重复
     let nameRes = await checkNames();
     //console.log(nameRes)