瀏覽代碼

1.0最新

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