bug
This commit is contained in:
@@ -157,9 +157,13 @@ export default {
|
||||
...obj
|
||||
})
|
||||
})
|
||||
} else dynamicData = res.data
|
||||
} else {
|
||||
dynamicData = res.data
|
||||
}
|
||||
}
|
||||
this.$set(this.componentList[index], item.dataType, dynamicData)
|
||||
} else {
|
||||
this.$set(this.componentList[index], item.dataType, [])
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user