ZaiZai 2 年之前
父節點
當前提交
e2f5f7996d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/file/collection.vue

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

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