@@ -853,7 +853,7 @@ export default {
}
},
rowCell(row, index) {
- this.getAttribute(JSON.parse(row.attributeList))
+ this.getAttribute(JSON.parse(row.attributeList) || [])
this.$refs.crud.rowEdit(row, index)
rowDel(row) {