Commit 68d7c71b by wusiyi

fix: 修改单件打单无法正确聚焦问题 #ID: 1000181

parent 4f894070
......@@ -445,8 +445,6 @@ function keyDown(e: KeyboardEvent) {
}
const testingInputRef = ref<HTMLInputElement | null>(null)
async function inputActive() {
console.log('focus')
await nextTick()
;(testingInputRef.value as HTMLInputElement)?.focus()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment