forked from 77media/video-flow
尝试修复问题
This commit is contained in:
parent
909c91572b
commit
db7debaa52
@ -99,7 +99,7 @@ export class RoleEditUseCase {
|
||||
draftRoleList[role.name] = role;
|
||||
}
|
||||
}
|
||||
return projectRoleData.data.map((char, index) => {
|
||||
return projectRoleData?.data?.map((char, index) => {
|
||||
if(draftRoleList[char.character_name]){
|
||||
return {
|
||||
...draftRoleList[char.character_name],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user