src/main/webapp/static/js/report/inOut.js
@@ -98,7 +98,7 @@ success: function (res) { layer.closeAll(); if (res.code === 200) { table.exportFile(titles,res.data,'xls'); table.exportFile(titles,res.data.records,'xls'); } else if (res.code === 403) { top.location.href = baseUrl+"/"; } else {