45883 车型项目库,查看页面,导出错误,第一次点击导出按钮,导出失败,第二次点击后才导出成功

This commit is contained in:
liuhuaizhi
2021-07-30 15:54:55 +08:00
parent 41eac6574e
commit e87f612475
@@ -611,8 +611,8 @@ export default {
}
const exportURL = interfaceUrl + 'sarStandProjectLibrary/exportStandAttrInfoExcel?' +
'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id
console.log(exportURL)
window.open(exportURL)
console.log(exportURL,'_self')
window.open(exportURL,'_self')
this.$message.success('导出信息成功')
}
} else if (this.saveExportType === 'all') {
@@ -629,8 +629,8 @@ export default {
}
const exportURL = interfaceUrl + 'sarStandProjectLibrary/exportStandAttrInfoExcel?' +
'exportType' + this.saveExportType + '&ids=' + ids + '&exportName=' + this.exportName + '&id=' + this.localProEO.id
console.log(exportURL)
window.open(exportURL)
console.log(exportURL,'_self')
window.open(exportURL,'_self')
this.$message.success('导出信息成功')
}
}