Browse Source

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc

zhongtianhaoyuan 3 năm trước cách đây
mục cha
commit
133cc1d40a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/houseSelfCollect/paymentManagement.vue

+ 1 - 1
src/views/houseSelfCollect/paymentManagement.vue

@@ -444,7 +444,7 @@ import download from '../../components/WsDownload/download'
               
               var arr=[]
               for (let i = 0; i < response.length; i++) {
-                arr.push({fileUrl:response[i],renameFileName:'发票'+i})
+                arr.push({fileUrl:response[i],renameFileName:'发票'+i+'.xml'})
                 //创建标签下载文件
                 // window.open(response[i],)
                 // let a = document.createElement('a');