fix: 合批后鼠标不聚焦了

This commit is contained in:
caoqianming 2025-10-16 14:36:42 +08:00
parent 0cc43d62e0
commit fdd91f9cde
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ export default {
} }
} }
}) })
this.$refs.codeInput.focus();
}, },
deleteWpr(index1,index2,wpr){ deleteWpr(index1,index2,wpr){
let that = this; let that = this;