xieyong 2 дней назад
Родитель
Сommit
3aeabb3c04
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/doc/components/file-table-list.vue

+ 2 - 2
src/views/doc/components/file-table-list.vue

@@ -915,8 +915,8 @@
 
         this.selection.forEach((item) => {
           getFile(
-            { objectName: item.storagePath[0].storePath },
-            item.storagePath[0].name
+            { objectName: item.stampStoragePath[0].storePath },
+            item.stampStoragePath[0].name
           );
         });
       },