Преглед изворни кода

fix: 调整为下载pdf文件

xieyong пре 2 дана
родитељ
комит
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
           );
         });
       },