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

This commit is contained in:
714943302@qq.com
2018-11-23 13:43:00 +08:00
parent 53197fa9a9
commit d4d9a05c01
2 changed files with 15 additions and 1 deletions
@@ -60,6 +60,14 @@ inputEnter() {
}
}
/**
* 选中某行
* @param i
*/
selectRow(i) {
this.row_state = i;
}
//下拉框选择筛选
selectChange() {
this.return_data = this.stands.filter(item=>{