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