Histórico da Página
...
- TipoCache: Em qual Tipo de cache será realizada a busca
- ListEndpoints: Array de String com os Endpoints a serem pesquisados.
Bloco de código | |||
---|---|---|---|
|
...
| |||
submitDetalhes() {
this.fwmodel.restore();
this.fwmodel.setModelo('JURA095');
this.fwmodel.put(this.pk, this.setBodyDetalhes(), 'Alteração da consulta').subscribe(
data => {
if (data.hasOwnProperty('models')) {
this.poNotification.success(this.litAltConsulta.detalhes.successAlt);
this.getDetailConsulta();
}
},
error => {},
()=>{
HttpJuriService.removeFromCache(ETypeCache.TEMP_CACHE, ["JURA095/" + this.pk, 'tlprocess/detail/' + atob(this.filial) + '/' + this.cajuri])
this.isLoadingDetalhes = false;
}
);
} |
04. DEMAIS INFORMAÇÕES
05. ASSUNTOS RELACIONADOS
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas