Browse Source

fix: 调整为下载pdf文件

xieyong 2 ngày trước cách đây
mục cha
commit
3aeabb3c04
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
           );
         });
       },