This commit is contained in:
李志鹏
2025-10-14 14:33:16 +08:00
parent 19d37a5d2b
commit 64d9b0e9c7

View File

@@ -234,7 +234,7 @@ export default defineComponent({
this.openType = true this.openType = true
} }
nextTick().then(()=>{ nextTick().then(()=>{
input.focus() input?.focus()
}) })
}, },
removeLabel(val:any){ removeLabel(val:any){