Commit 12f6bc44 authored by zhangrui123's avatar zhangrui123

首页小区经理自查月份跳转的问题

parent 98f952e8
......@@ -830,7 +830,8 @@ export default {
dayType = null
break
}
let parseDateInfo = (parseInt(item.name) > 10 ? time+'-' + parseInt(item.name) + '-01,' + time+'-' + parseInt(item.name) + '-31': time+'-' + '0' + parseInt(item.name) + '-01,' + time+'-' + '0' + parseInt(item.name) + '-31')
let parseDateInfo = (parseInt(item.name) > 10 ? time+'-' + parseInt(item.name) + '-01,' + time+'-' + parseInt(item.name) + '-' + dayType: time+'-' + '0' + parseInt(item.name) + '-01,' + time+'-' + '0' + parseInt(item.name) + '-' + dayType)
this.$router.push({
'path': '/documents/fiveSearch/managerSelfCheckList',
query: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment