แก้สร้างรอบเงินเดือน
This commit is contained in:
parent
f945a5a864
commit
0cf3d3dc85
1 changed files with 8 additions and 0 deletions
|
|
@ -1430,6 +1430,8 @@ export class SalaryPeriodController extends Controller {
|
||||||
page: 1,
|
page: 1,
|
||||||
pageSize: 1000,
|
pageSize: 1000,
|
||||||
keyword: "",
|
keyword: "",
|
||||||
|
year: salaryPeriod.year,
|
||||||
|
period: salaryPeriod.period,
|
||||||
});
|
});
|
||||||
let orgProfiles = _orgProfiles.data;
|
let orgProfiles = _orgProfiles.data;
|
||||||
total = _orgProfiles.total;
|
total = _orgProfiles.total;
|
||||||
|
|
@ -1441,6 +1443,8 @@ export class SalaryPeriodController extends Controller {
|
||||||
page: index,
|
page: index,
|
||||||
pageSize: 1000,
|
pageSize: 1000,
|
||||||
keyword: "",
|
keyword: "",
|
||||||
|
year: salaryPeriod.year,
|
||||||
|
period: salaryPeriod.period,
|
||||||
})
|
})
|
||||||
.then((x) => {
|
.then((x) => {
|
||||||
Array.prototype.push.apply(orgProfiles, x.data);
|
Array.prototype.push.apply(orgProfiles, x.data);
|
||||||
|
|
@ -1714,6 +1718,8 @@ export class SalaryPeriodController extends Controller {
|
||||||
page: 1,
|
page: 1,
|
||||||
pageSize: 100,
|
pageSize: 100,
|
||||||
keyword: "",
|
keyword: "",
|
||||||
|
year: salaryPeriod.year,
|
||||||
|
period: salaryPeriod.period,
|
||||||
})
|
})
|
||||||
.then((x) => {
|
.then((x) => {
|
||||||
orgProfiles = x.data;
|
orgProfiles = x.data;
|
||||||
|
|
@ -1726,6 +1732,8 @@ export class SalaryPeriodController extends Controller {
|
||||||
page: index,
|
page: index,
|
||||||
pageSize: 100,
|
pageSize: 100,
|
||||||
keyword: "",
|
keyword: "",
|
||||||
|
year: salaryPeriod.year,
|
||||||
|
period: salaryPeriod.period,
|
||||||
})
|
})
|
||||||
.then((x) => {
|
.then((x) => {
|
||||||
Array.prototype.push.apply(orgProfiles, x.data);
|
Array.prototype.push.apply(orgProfiles, x.data);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue