hotfix/2.9.10.2312.02

工资单查看-移动端备注信息展示错误的修改
This commit is contained in:
黎永顺 2024-01-15 10:15:41 +08:00
parent b5cfdb8b69
commit 5895cf793c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Calculate extends Component {
taxAgentName: "",
dateRange: [
moment(new Date()).startOf("year").format("YYYY-MM"),
moment(new Date()).startOf("month").format("YYYY-MM")
moment(new Date()).endOf("year").format("YYYY-MM")
]
}, isRefresh: false,
declareDaialog: { visible: false, title: "" }