#
luxiaotao1123
2020-06-10 3d66ebbd639ce6d47475f1729b0c9957f735ced0
src/main/webapp/static/js/report/inOut.js
@@ -96,7 +96,6 @@
                        contentType:'application/json;charset=UTF-8',
                        method: 'POST',
                        success: function (res) {
                            console.log(res);
                            layer.closeAll();
                            if (res.code === 200) {
                                table.exportFile(titles,res.data,'xls');