fix excecute 37
This commit is contained in:
parent
31c9a73e55
commit
785bdda92f
1 changed files with 2 additions and 0 deletions
|
|
@ -8916,6 +8916,8 @@ export class ReportController extends Controller {
|
|||
commandNo: v.commandNo,
|
||||
commandYear: v.commandYear,
|
||||
commandId: v.commandId,
|
||||
salaryLevel: salary.salaryLevel && salary.salaryLevelNew ? salary.salaryLevelNew : salary.salaryLevel,
|
||||
group: salary.group && salary.groupNew ? salary.groupNew : salary.group,
|
||||
})
|
||||
.then(async () => {
|
||||
const before = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue