let post = {};
post[_chamado.prps.commandParam] = _chamado.prps.;
$.ajax({
type: 'POST',
url: _chamado.prps.ajaxFile,
data: post,
dataType: 'text',
headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') },
success: function (data) {
}
});