机场选择列名数据绑定及查找定位数据过滤筛选

This commit is contained in:
714943302@qq.com
2018-11-23 13:44:29 +08:00
parent 77b1b02647
commit e176b8c245
2 changed files with 21 additions and 1 deletions
@@ -49,6 +49,15 @@ ngOnInit() {
}
tableCont.addEventListener('scroll',scrollHandle);
}
/**
* 选中某行
* @param i
*/
selectRow(i) {
this.row_state = i;
}
//输入框回车事件
inputEnter() {
if (this.FLT_POS === 1) {