Explorar el Código

fix: 调整为下载pdf文件

xieyong hace 2 días
padre
commit
3aeabb3c04
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
           );
         });
       },