|
@@ -262,22 +262,20 @@
|
|
// 图片的显示隐藏
|
|
// 图片的显示隐藏
|
|
if(this.queryData.showData.length !==0){
|
|
if(this.queryData.showData.length !==0){
|
|
this.queryData.showData.filter(route => {
|
|
this.queryData.showData.filter(route => {
|
|
|
|
+ route.hrChildren.filter(routerst =>{
|
|
|
|
+ if(this.queryData.table_column == undefined){
|
|
|
|
+ this.queryData.table_column = null
|
|
|
|
+ }
|
|
|
|
+ routerst.tableColumnuy = this.queryData.table_column
|
|
|
|
+ })
|
|
if(route.cssClass !== null){
|
|
if(route.cssClass !== null){
|
|
this.imgShoew = route.cssClass
|
|
this.imgShoew = route.cssClass
|
|
if(route.cssClass == 2 || route.cssClass == 4 ){
|
|
if(route.cssClass == 2 || route.cssClass == 4 ){
|
|
route.hrChildren.filter(routers =>{
|
|
route.hrChildren.filter(routers =>{
|
|
- if(this.queryData.table_column == undefined){
|
|
|
|
- this.queryData.table_column = null
|
|
|
|
- }
|
|
|
|
- routers.tableColumnuy = this.queryData.table_column
|
|
|
|
routers.isonliy = true
|
|
routers.isonliy = true
|
|
})
|
|
})
|
|
}else{
|
|
}else{
|
|
route.hrChildren.filter(routers =>{
|
|
route.hrChildren.filter(routers =>{
|
|
- if(this.queryData.table_column == undefined){
|
|
|
|
- this.queryData.table_column = null
|
|
|
|
- }
|
|
|
|
- routers.tableColumnuy = this.queryData.table_column
|
|
|
|
routers.isonliy = false
|
|
routers.isonliy = false
|
|
})
|
|
})
|
|
}
|
|
}
|