mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:05:06 +09:00
fix : 직원검색 enter 검색 처리 완료
This commit is contained in:
@@ -63,7 +63,7 @@ const tagsOptions = ref([])
|
||||
|
||||
const onKeyup = async (e: any) => {
|
||||
const regex_jaeum = /[ㄱ-ㅎ]/g
|
||||
if (e.key === 'Process') {
|
||||
if (e.key === 'Enter') {
|
||||
if (e.target.value.match(regex_jaeum) === null) {
|
||||
try {
|
||||
const res = await getUserList({params:{name : e.target.value}})
|
||||
|
||||
Reference in New Issue
Block a user