fix Salary

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-05 10:48:21 +07:00
parent 783c3c6e50
commit b483007300
5 changed files with 38 additions and 5 deletions

View file

@ -240,6 +240,10 @@ function getPerson() {
const body = {
rootId: rootId.value ? rootId.value : "",
type: props.systemName == "SALARY_EMP" ? "" : group.value,
isRetired:
props.commandTypeCodeArray?.some(
(e) => e === "C-PM-36" || e === "C-PM-37"
) || undefined,
};
const pathAPI =