mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 01:22:33 +09:00
fix : placeholder처리 '재중'으로
This commit is contained in:
@@ -69,6 +69,7 @@ watch(() => props.cd_grp, async (newVal) => {
|
||||
@blur="field?.handleBlur"
|
||||
>
|
||||
<option value="null">{{ props.placeholder || '선택하세요' }}</option>
|
||||
<option value="">{{ props.placeholder || '선택하세요' }}</option>
|
||||
<option
|
||||
v-for="item in cdItems"
|
||||
:key="item.cd"
|
||||
|
||||
Reference in New Issue
Block a user