|
@@ -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)
|