no message
This commit is contained in:
parent
6642f395f0
commit
627fa3c839
1 changed files with 5 additions and 5 deletions
|
|
@ -1055,11 +1055,11 @@ export class ProfileController extends Controller {
|
||||||
child3: item.orgChild3?.orgChild3Name ? item.orgChild3.orgChild3Name : null,
|
child3: item.orgChild3?.orgChild3Name ? item.orgChild3.orgChild3Name : null,
|
||||||
child4Id: item.orgChild4Id,
|
child4Id: item.orgChild4Id,
|
||||||
child4: item.orgChild4?.orgChild4Name ? item.orgChild4.orgChild4Name : null,
|
child4: item.orgChild4?.orgChild4Name ? item.orgChild4.orgChild4Name : null,
|
||||||
isResult: true,
|
result: null,
|
||||||
isDuration: false,
|
duration: null,
|
||||||
isPunish: true,
|
punish: null,
|
||||||
isRetired: false,
|
retired: null,
|
||||||
isRetired2: true,
|
retired2: null,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue