ลบ console วินัย

This commit is contained in:
setthawutttty 2024-01-19 13:19:11 +07:00
parent f3af45bf56
commit 7c79629bd1
3 changed files with 0 additions and 3 deletions

View file

@ -180,7 +180,6 @@ function getData() {
* @param id ระบ คคล
*/
async function onSubmit(data: any) {
console.log(data);
// put
showLoader();
http

View file

@ -220,7 +220,6 @@ async function fetchDetailComplaints() {
* @param data อม ใน form
*/
async function onSubmitDisciplinary(data: any) {
console.log(data);
showLoader();
await http
.put(config.API.disciplineDisciplinaryById(id.value), {

View file

@ -63,7 +63,6 @@ async function submit() {
}
watch(props, () => {
console.log(props.command);
duty.value = props?.duty;
resolution.value = props?.command;
});