this.loading=true; | this.loading=true; | ||||
applyApi.exportList(Object.assign({sheetName:"链长制配合申请列表", isApply: 1},data)).then(res=>{ | applyApi.exportList(Object.assign({sheetName:"链长制配合申请列表", isApply: 1},data)).then(res=>{ | ||||
if(res.data.code == 0) { | if(res.data.code == 0) { | ||||
window.open(res.data.data); | |||||
// window.open(res.data.data); | |||||
window.location.href=res.data.data | |||||
this.$message({ | this.$message({ | ||||
type:"success", | type:"success", | ||||
message:"导出成功" | message:"导出成功" |