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