release/2.9.10.2312.02
This commit is contained in:
parent
98f35401e6
commit
8d09f81115
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue