feat: 去debug

This commit is contained in:
super_liu
2021-07-12 14:10:51 +08:00
parent 2994fbc601
commit d478c6bc53
@@ -2262,7 +2262,6 @@ export default {
}
} else if (this.saveExportType === 'all') {
debugger
let exportEOStr = JSON.stringify(this.SarExportSearchEo)
window.open(interfaceUrl+'sarStandardsInfo/sar-standards-info/exportStandardsInfoExcel?exportType=' + this.saveExportType + '&exportContent=' + exportEOStr + '&exportName=' + this.exportName + '&standType=' + this.standType)
this.$message.success('导出信息成功')