change profile.salary
This commit is contained in:
parent
376b50f729
commit
5bc6101e12
3 changed files with 4 additions and 5 deletions
|
|
@ -4569,8 +4569,7 @@ export class ProfileController extends Controller {
|
|||
node: null,
|
||||
nodeId: null,
|
||||
type: profile.employeeClass,
|
||||
salary:
|
||||
profile && profile.profileSalary.length > 0 ? profile.profileSalary[0].amount : null,
|
||||
salary: profile.amount,
|
||||
};
|
||||
if (_profile.child4Id != null) {
|
||||
_profile.node = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue