src/main/webapp/static/js/report/inOut.js
@@ -11,7 +11,7 @@ tableIns = table.render({ elem: '#inOut', headers: {token: localStorage.getItem('token')}, url: '/report/viewInOutList.action', url: baseUrl+'/report/viewInOutList.action', page: true, limit: 10, toolbar: '#toolbar', @@ -89,7 +89,7 @@ 'fields': fields }; $.ajax({ url: "/report/viewInOutList.action", url: baseUrl+"/report/viewInOutList.action", headers: {'token': localStorage.getItem('token')}, data: JSON.stringify(param), dataType:'json',