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)