|
|
@@ -356,9 +356,8 @@ export default {
|
|
|
if( e && e.key=='Escape'){
|
|
|
if(that.showCommitPop){
|
|
|
that.showCommitPop = false;
|
|
|
- return;
|
|
|
+ that.backToSearchItem();
|
|
|
}
|
|
|
- that.backToSearchItem();
|
|
|
}
|
|
|
if( e && e.key=='F9' ){
|
|
|
if(that.$util.isEmpty(that.selectList)){
|
|
|
@@ -412,6 +411,8 @@ export default {
|
|
|
setTimeout(function(){
|
|
|
that.$refs['itemSearchRef'].focus()
|
|
|
},900)
|
|
|
+ }).catch(()=>{
|
|
|
+ that.$refs['itemSearchRef'].focus()
|
|
|
})
|
|
|
},
|
|
|
changeKdStaff(info){
|