Преглед изворни кода

app2.0 查看所有功能页面

娄底高职分支
ndbs пре 2 година
родитељ
комит
ea5252b4c1
1 измењених фајлова са 1 додато и 1 уклоњено
  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 Прегледај датотеку

@@ -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…
Откажи
Сачувај