fix: ลบค่าค้าง
This commit is contained in:
parent
dab90bb791
commit
d0316ac468
2 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ onMounted(async () => {
|
||||||
jobPositionOptions.value = rawOption.value.tha.position;
|
jobPositionOptions.value = rawOption.value.tha.position;
|
||||||
}
|
}
|
||||||
5;
|
5;
|
||||||
console.log(typeBusinessOptions.value);
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
|
|
|
||||||
|
|
@ -1727,6 +1727,7 @@ watch([inputSearch, currentStatus], async () => {
|
||||||
"
|
"
|
||||||
:close="
|
:close="
|
||||||
() => {
|
() => {
|
||||||
|
clearForm();
|
||||||
dialogInputForm = false;
|
dialogInputForm = false;
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue