1、安全、环保检查管理中导出列表的路径错了,修改bug

hyx_2024-11-12_newInspect
fufeifei 2024-11-06 17:17:12 +08:00
parent eaeb44860d
commit 2388ecf612
2 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@ export default {
//
goExport() {
var dataStr = '?INSPECTION_ID=' + encodeURIComponent(this.$parent.INSPECTION_ID)
window.location.href = config.httpurl + 'safetyenvironmental/exportInfo' + dataStr
window.location.href = config.httpurl + '/safetyenvironmental/exportInfo' + dataStr
}
}
}

View File

@ -389,7 +389,7 @@ export default {
dataStr += '&INSPECTION_SUBJECT=' + encodeURIComponent(this.search.INSPECTION_SUBJECT) //
dataStr += '&INSPECTION_TIME_START=' + encodeURIComponent(this.search.INSPECTION_TIME[0]) //
dataStr += '&INSPECTION_TIME_END=' + encodeURIComponent(this.search.INSPECTION_TIME[1]) //
window.location.href = config.httpurl + 'safetyenvironmental/exportexcel' + dataStr
window.location.href = config.httpurl + '/safetyenvironmental/exportexcel' + dataStr
},
//
getList() {