no message
This commit is contained in:
parent
b93fb6c1e5
commit
6bca6c5ba5
3 changed files with 40 additions and 1 deletions
|
|
@ -776,7 +776,11 @@ export class SalaryPeriodController extends Controller {
|
|||
await this.salaryProfileRepository.remove(salaryProfile);
|
||||
|
||||
let orgs = await new CallAPI().GetData(request, "org/active/root/id");
|
||||
let orgProfiles = await new CallAPI().GetData(request, "org/profile/salary/gen");
|
||||
let orgProfiles = await new CallAPI().PostData(request, "org/profile/salary/gen", {
|
||||
page: 1,
|
||||
pageSize: 100,
|
||||
keyword: "",
|
||||
});
|
||||
let revisionId = await new CallAPI().GetData(request, "org/revision/latest");
|
||||
|
||||
salaryPeriod.revisionId = revisionId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue