فهرست منبع

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
           );
         });
       },