标签下载

This commit is contained in:
mashuai 2025-03-06 18:08:30 +08:00
parent 8313c16f57
commit 0f69acdf26
1 changed files with 19 additions and 11 deletions

View File

@ -555,11 +555,19 @@ export default {
this.handleQuery() this.handleQuery()
}, },
handleReportClick(){ /*handleReportClick(){
if(this.tagInfo){ if(this.tagInfo){
downloadFileData({fileName: "xsdada", fileUrl: "http://192.168.0.244:18583/statics/2025/03/05/清新互联智能事件格式_2021(1)_20250305153249A001.pdf"}) downloadFileData({fileName: "xsdada", fileUrl: "http://192.168.0.244:18583/statics/2025/03/05/清新互联智能事件格式_2021(1)_20250305153249A001.pdf"})
} }
},*/
/** 下载按钮操作 */
handleReportClick() {
this.download(
'/material/lease_apply_info/exportInfo',
{ id: this.tagInfo.id, maId : this.tagInfo.maId },
`出库检验单_${new Date().getTime()}.xlsx`
)
}, },