1、安全、环保检查管理中导出列表的路径错了,修改bug
parent
eaeb44860d
commit
2388ecf612
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue