修订导出问题
This commit is contained in:
parent
bfad074862
commit
a9b13f83c1
@ -301,7 +301,11 @@ export class SkillTarget{
|
||||
val: item.bsuccess? item.effect_res: item.err,
|
||||
result: item.bsuccess? 0: -1,
|
||||
};
|
||||
ed.data.push(obj);
|
||||
if(!ed.data){
|
||||
ed.data = [obj];
|
||||
}else{
|
||||
ed.data.push(obj);
|
||||
}
|
||||
});
|
||||
|
||||
return ed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user