Browse Source

修改导出文件的文件名

master
邓宏 2 years ago
parent
commit
7a7bdb405b
  1. 2
      src/view/home/index.vue

2
src/view/home/index.vue

@ -405,7 +405,7 @@ import {downFile} from '@/config/unit'
}
})
if(res.status==200){
downFile(res.data,'excel', '当前欠费.xls')
downFile(res.data,'excel', (['当前欠款.xls','工单统计.xls'])[fileType])
}else{
msg.error(res.msg||"导出数据失败!")
}

Loading…
Cancel
Save