mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
remove console.log
This commit is contained in:
@@ -64,10 +64,7 @@ export default {
|
||||
{title:"GeburtsdatumISO", field:"geburtsdatum_iso", visible:false},
|
||||
],
|
||||
|
||||
ajaxResponse: (url, params, response) => {
|
||||
console.log(url, params, response);
|
||||
return response.data;
|
||||
},
|
||||
ajaxResponse: (url, params, response) => response.data,
|
||||
|
||||
layout: 'fitDataStretch',
|
||||
layoutColumnsOnNewData: false,
|
||||
|
||||
Reference in New Issue
Block a user