fix: 合批后鼠标不聚焦了
This commit is contained in:
parent
0cc43d62e0
commit
fdd91f9cde
|
@ -225,6 +225,7 @@ export default {
|
|||
}
|
||||
}
|
||||
})
|
||||
this.$refs.codeInput.focus();
|
||||
},
|
||||
deleteWpr(index1,index2,wpr){
|
||||
let that = this;
|
||||
|
|
Loading…
Reference in New Issue