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