release/2.9.10.2312.02

This commit is contained in:
黎永顺 2024-01-19 10:00:36 +08:00
parent 98f35401e6
commit 8d09f81115
1 changed files with 2 additions and 2 deletions

View File

@ -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,