[fix 83044] 待办缓存页面进入后首次获取路由参数

This commit is contained in:
danshihao
2024-03-26 11:59:34 +08:00
parent 4eaae1f3d1
commit 941160d472
@@ -80,6 +80,8 @@ export default {
// }
// },
activated () {
// 第一次进页面通过路由参数回显查询条件
this.useRouteQuery = true
console.log('---------activated')
// 如果有路由参数,则使用路由参数跳转对应页签
if (this.$route.query.activeTab) {