Commit 592cdb69 authored by Marcos Albano's avatar Marcos Albano 💬

Limpando campos do formulario

parent e7d9353a
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</tbody> </tbody>
</table> </table>
<div class="container"> <div class="container">
<form method="post" <form method="post" id="form"
action="{{ route('datepicker', [$pessoaLote->pessoa->nome, $documentoPessoa->cpf, $agendamento->id]) }}" action="{{ route('datepicker', [$pessoaLote->pessoa->nome, $documentoPessoa->cpf, $agendamento->id]) }}"
enctype="multipart/form-data"> enctype="multipart/form-data">
@csrf @csrf
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
dropdown: true, dropdown: true,
scrollbar: true scrollbar: true
}); });
$('#form').trigger("reset");
</script> </script>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment