ZaiZai 2 anni fa
parent
commit
e2f5f7996d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/file/collection.vue

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

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