Browse Source

app2.0 查看所有功能页面

娄底高职分支
ndbs 2 years ago
parent
commit
ea5252b4c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home/more.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home/more.vue View File

@@ -197,7 +197,7 @@ export default {

// 获取列表分组
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(
groupBy(this.allList.filter(item => item.F_Name.includes(this.searchText)), 'F_Type'),


Loading…
Cancel
Save