fix Salary
This commit is contained in:
parent
783c3c6e50
commit
b483007300
5 changed files with 38 additions and 5 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue