45886 车型项目库,查看页面,导出后,查看文件,文件信息错误,导出出现了重复数据,标准信息回显错误

This commit is contained in:
liuhuaizhi
2021-07-26 17:44:23 +08:00
parent 171ed52ab3
commit 815fca2f3e
@@ -586,7 +586,6 @@ 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)
this.$message.success('导出信息成功')
}