This commit is contained in:
helloDy
2024-03-29 14:14:21 +08:00
parent df2df6ed7a
commit caf614ca35
6 changed files with 27 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ export default {
/** 把 list 里的数据转换成 tableProps 对应的格式 */
convertList(list) {
// let sectionArr= []
let temp = Object.values(list.datamap)
let temp = list.datamap ? Object.values(list?.datamap) : []
console.log('111', temp)
temp.forEach(item => {