ลบ 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 ระบ คคล * @param id ระบ คคล
*/ */
async function onSubmit(data: any) { async function onSubmit(data: any) {
console.log(data);
// put // put
showLoader(); showLoader();
http http

View file

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

View file

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