fix รายการลาออกลูกจ้างข้อมูลเงินเดือนไม่แสดง

This commit is contained in:
Bright 2024-12-20 11:52:34 +07:00
parent be2b1fa161
commit 84ebb4a11b
5 changed files with 8 additions and 3 deletions

View file

@ -4863,6 +4863,7 @@ export class ProfileController extends Controller {
node: null,
nodeId: null,
salary: profile ? profile.amount : null,
amountSpecial: profile ? profile.amountSpecial : null
};
if (_profile.child4Id != null) {