45883 车型项目库,查看页面,导出错误,第一次点击导出按钮,导出失败,第二次点击后才导出成功
This commit is contained in:
@@ -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('导出信息成功')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user