登机门优化
This commit is contained in:
@@ -49,13 +49,21 @@ ngOnInit() {
|
||||
tableCont.addEventListener('scroll',scrollHandle);
|
||||
}
|
||||
|
||||
/**
|
||||
* 选中某行
|
||||
* @param i
|
||||
*/
|
||||
/* selectRow(i) {
|
||||
this.row_state = i;
|
||||
} */
|
||||
|
||||
//输入框回车事件
|
||||
inputEnter() {
|
||||
if (this.FLT_POS === 1) {
|
||||
this.inputFilter(this.gates)
|
||||
} else {
|
||||
this.inputFilter(this.gates)
|
||||
// this.inputPosition(this.render_data)
|
||||
this.inputPosition(this.gates)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user