แก้ไขคำผิด

This commit is contained in:
Warunee Tamkoo 2025-01-09 16:39:13 +07:00
parent e6294d5a72
commit 3d61defc85
12 changed files with 58 additions and 61 deletions

View file

@ -326,7 +326,8 @@ async function searchInput() {
showLoader();
await http
.get(
config.API.orgPosPosition + `?keyword=${search.value.trim()}&type=${type.value}`
config.API.orgPosPosition +
`?keyword=${search.value.trim()}&type=${type.value}`
)
.then((res) => {
rowsPositionSelect.value = res.data.result;
@ -694,7 +695,7 @@ watch(
dense
outlined
for="#positionSign"
label="ตำแหน่งใต้ลายเซ็นต์"
label="ตำแหน่งใต้ลายเซ็น"
/>
</div>
</div>