机位优化

This commit is contained in:
714943302@qq.com
2018-11-22 13:54:30 +08:00
parent b12e8a1065
commit 636ec4ed02
3 changed files with 37 additions and 103 deletions
@@ -23,7 +23,8 @@ SEL_COL = ''; //选择列名
//下拉框
public filterItems = {
terminalAreaCode:'',
gateStatus:'',
standType:'',
standStatus:'',
}
stands : Array<any>;
@@ -55,7 +56,7 @@ inputEnter() {
this.inputFilter(this.stands)
} else {
this.inputFilter(this.stands)
// this.inputPosition(this.render_data)
this.inputPosition(this.stands)
}
}