change profile.salary

This commit is contained in:
Bright 2024-11-15 16:57:20 +07:00
parent 376b50f729
commit 5bc6101e12
3 changed files with 4 additions and 5 deletions

View file

@ -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;