|
@@ -197,7 +197,7 @@ export default { |
|
|
|
|
|
|
|
|
// 获取列表分组 |
|
|
// 获取列表分组 |
|
|
groupList() { |
|
|
groupList() { |
|
|
const typeTable = mapValues(keyBy(Object.values(this.GET_GLOBAL('dataDictionary').function), 'value'), 'text') |
|
|
|
|
|
|
|
|
const typeTable = mapValues(keyBy(Object.values(this.GET_GLOBAL('dataDictionary')?this.GET_GLOBAL('dataDictionary').function:()=>{}), 'value'), 'text') |
|
|
|
|
|
|
|
|
return mapKeys( |
|
|
return mapKeys( |
|
|
groupBy(this.allList.filter(item => item.F_Name.includes(this.searchText)), 'F_Type'), |
|
|
groupBy(this.allList.filter(item => item.F_Name.includes(this.searchText)), 'F_Type'), |
|
|