[fix 83044] 待办缓存页面进入后首次获取路由参数
This commit is contained in:
@@ -80,6 +80,8 @@ export default {
|
||||
// }
|
||||
// },
|
||||
activated () {
|
||||
// 第一次进页面通过路由参数回显查询条件
|
||||
this.useRouteQuery = true
|
||||
console.log('---------activated')
|
||||
// 如果有路由参数,则使用路由参数跳转对应页签
|
||||
if (this.$route.query.activeTab) {
|
||||
|
||||
Reference in New Issue
Block a user