Browse Source

成本分配表-转入数量-导出文件类型

jbb 1 year ago
parent
commit
3dcba7b86a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cost-allocation-total/modal/fabInQuaModal.vue

+ 1 - 1
src/views/cost-allocation-total/modal/fabInQuaModal.vue

@@ -138,7 +138,7 @@ export default {
           let link = document.createElement('a')
           link.style.display = 'none'
           link.href = url
-          link.setAttribute('download', fileName + '.xls')
+          link.setAttribute('download', fileName + '.xlsx')
           document.body.appendChild(link)
           link.click()
           document.body.removeChild(link) // 下载完成移除元素