แก้ไขคำผิด
This commit is contained in:
parent
e6294d5a72
commit
3d61defc85
12 changed files with 58 additions and 61 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue