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
}
nextTick().then(()=>{
input.focus()
input?.focus()
})
},
removeLabel(val:any){