This commit is contained in:
2019-04-03 18:08:46 +08:00
parent 853ed30ffb
commit fbd7b0afdd
16 changed files with 337 additions and 94 deletions

View File

@@ -308,7 +308,7 @@
}
}
if (!map[k]) {
map[k] = {name: k, filterType:[], checked: false};//构造filter 对象
map[k] = {name: k, filterType:["EQUAL"], checked: false};//构造filter 对象
}
}
this.filterMap = map;