fix: ลบค่าค้าง

This commit is contained in:
Net 2024-06-28 17:35:17 +07:00
parent dab90bb791
commit d0316ac468
2 changed files with 1 additions and 1 deletions

View file

@ -45,7 +45,6 @@ onMounted(async () => {
jobPositionOptions.value = rawOption.value.tha.position;
}
5;
console.log(typeBusinessOptions.value);
});
</script>
<template>

View file

@ -1727,6 +1727,7 @@ watch([inputSearch, currentStatus], async () => {
"
:close="
() => {
clearForm();
dialogInputForm = false;
}
"