Commit 9d5af050 authored by 程卓's avatar 程卓

调整新的dashboard调整地址

parent d4c5e3be
...@@ -692,7 +692,7 @@ export default { ...@@ -692,7 +692,7 @@ export default {
let time = new Date().getFullYear() let time = new Date().getFullYear()
// console.log(time+'-'+parseInt(item.name)) // console.log(time+'-'+parseInt(item.name))
this.$router.push({ this.$router.push({
path: '/documents/month/monthList/monthListSect', path: '/documents/fiveSearch/monthList',
query: { query: {
month: time+'-'+parseInt(item.name) month: time+'-'+parseInt(item.name)
} }
...@@ -702,7 +702,7 @@ export default { ...@@ -702,7 +702,7 @@ export default {
let time = new Date().getFullYear() let time = new Date().getFullYear()
// console.log(time+'-'+parseInt(item.name)) // console.log(time+'-'+parseInt(item.name))
this.$router.push({ this.$router.push({
'path': '/documents/fiveSearch/doubleWeekCheckList/doubleCheckList', 'path': '/documents/fiveSearch/doubleWeekCheckList',
query: { query: {
month: time+'-'+parseInt(item.name) month: time+'-'+parseInt(item.name)
} }
...@@ -712,7 +712,7 @@ export default { ...@@ -712,7 +712,7 @@ export default {
let time = new Date().getFullYear() let time = new Date().getFullYear()
// console.log(time+'-'+parseInt(item.name)) // console.log(time+'-'+parseInt(item.name))
this.$router.push({ this.$router.push({
'path': '/documents/fiveSearch/managerSelfCheckList/managerCheckList', 'path': '/documents/fiveSearch/managerSelfCheckList',
query: { query: {
month: time+'-'+parseInt(item.name) month: time+'-'+parseInt(item.name)
} }
......
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