shish 2 vuotta sitten
vanhempi
commit
9cee412cfe
1 muutettua tiedostoa jossa 2 lisäystä ja 5 poistoa
  1. 2 5
      ghs/src/views/order/add.vue

+ 2 - 5
ghs/src/views/order/add.vue

@@ -303,10 +303,7 @@ export default {
     document.onkeydown=function(e) {
       console.log(e)
       if(e && e.key == 'Enter' && e.ctrlKey){
-        if(that.showCommitPop){
-          that.showCommitPop = false
-          that.createOrder();
-        }
+          that.createOrder()        
       }
       if(e && e.key == 'Enter'){
       }
@@ -505,7 +502,7 @@ export default {
         })
 
       })
-    },    
+    },
     clearSeachVal(){
       this.searchVal = ''
       this.getItemList = []