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