refactor(equipment): change submit flow

This commit is contained in:
riefive
2025-09-08 13:14:24 +07:00
parent f6fc9103c9
commit bb74662f15
2 changed files with 1 additions and 42 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ function onCancelForm() {
</script>
<template>
<form class="grid gap-2" @submit="onSubmitForm">
<form class="grid gap-2" @submit="handleSubmit(onSubmitForm)">
<div class="grid gap-2">
<label for="code">Kode</label>
<Input