剩余模块:生产退料
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
}, 500)
|
||||
},
|
||||
onEvent(event) {
|
||||
console.log(event);
|
||||
// console.log(event);
|
||||
if (event.key != 'Enter' && event.key != 'PrintScreen' && event.key != 'Shift' && event.key != 'Unidentified') { // 拼接输入的值,Enter与PrintScreen是物理按钮要排除
|
||||
this.inputVal = this.inputVal + event.key
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user