diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js index 3c130802..30ec27a6 100644 --- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js +++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/standingBook/index.js @@ -24,8 +24,8 @@ export default class StandingBook extends React.Component { value: "", selectedKey: "0", tableParams: { - startTime: moment(new Date()).startOf("year").format("YYYY-MM"), - endTime: moment(new Date()).startOf("month").format("YYYY-MM"), + startTime: moment(new Date()).subtract(1, 'year').startOf("year").format("YYYY-MM"), + endTime: moment(new Date()).endOf("year").format("YYYY-MM"), paymentOrganization: "" }, current: 1,