|
@@ -140,9 +140,8 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
tabChange(newVal, oldVal) {
|
|
tabChange(newVal, oldVal) {
|
|
- console.log(newVal)
|
|
|
|
if(newVal === 'download') {
|
|
if(newVal === 'download') {
|
|
- this.$router.push('/page_workDesktop/work-bench/app/big/report/download_record')
|
|
|
|
|
|
+ this.$router.push('/report/download_record')
|
|
}
|
|
}
|
|
|
|
|
|
// 设置URL参数
|
|
// 设置URL参数
|