|
@ -254,7 +254,7 @@ export default { |
|
|
...item, |
|
|
...item, |
|
|
constName: item.roleName, |
|
|
constName: item.roleName, |
|
|
isEdit: false, |
|
|
isEdit: false, |
|
|
descriptionList: item.description.split("\n") |
|
|
descriptionList: item.description ? item.description.split("\n") : "" |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
console.log('roleList', this.roleList) |
|
|
console.log('roleList', this.roleList) |
|
|