ZaiZai 2 years ago
parent
commit
e2f5f7996d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/file/collection.vue

+ 1 - 1
src/views/file/collection.vue

@@ -788,7 +788,7 @@ const sortingModalClose = () => {
 //删除
 const delModalClick = () => {
     delMessage(() => {
-
+        //待对接删除接口
     })
 }