qianduan 5 ماه پیش
والد
کامیت
4b13a71e5a
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/views/system/WaybillManagement.vue

+ 2 - 1
src/views/system/WaybillManagement.vue

@@ -792,7 +792,8 @@
         this.downloadFlag = true
         exportTemplate().then(response => {
           let filename = '运单模板'
-          this.blobDownload(response, filename)
+          // this.blobDownload(response, filename)
+          this.blobDownload(response.data, response.fileName)
           this.downloadFlag = false
         })
       },