no message
This commit is contained in:
parent
fa79bb5b7a
commit
19a3af1cc8
1 changed files with 2 additions and 2 deletions
|
|
@ -1526,7 +1526,7 @@ export class SalaryPeriodController extends Controller {
|
|||
const page = Math.ceil(total / 1000);
|
||||
for (let index = 2; index <= page; index++) {
|
||||
await new CallAPI()
|
||||
.PostData(request, "org/unauthorize/profile/salary/orgProfileEmployees/gen", {
|
||||
.PostData(request, "org/unauthorize/profile/salary/employee/gen", {
|
||||
page: index,
|
||||
pageSize: 1000,
|
||||
keyword: "",
|
||||
|
|
@ -1997,7 +1997,7 @@ export class SalaryPeriodController extends Controller {
|
|||
const page = Math.ceil(total / 1000);
|
||||
for (let index = 2; index <= page; index++) {
|
||||
await new CallAPI()
|
||||
.PostData(request, "org/unauthorize/profile/salary/orgProfileEmployees/gen", {
|
||||
.PostData(request, "org/unauthorize/profile/salary/employee/gen", {
|
||||
page: index,
|
||||
pageSize: 1000,
|
||||
keyword: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue