bug
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
||||
const keys = Object.keys(res.data[0])
|
||||
const list = res.data
|
||||
let dynamicData = []
|
||||
if (item.type === 'table') {
|
||||
if (item.type === 'table' || item.type === 'AiDvTable') {
|
||||
dynamicData = keys.map(v => {
|
||||
let obj = {}
|
||||
list.forEach((item, index) => {
|
||||
|
||||
Reference in New Issue
Block a user